Html Css Color HEX #441F08 Brown Pod

📋 copy color: '#441F08'

red 68 ◦ green 31 ◦ blue 8

#441F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #441F08

Tints of Brown Pod #441F08

RGB

 RED value IS 68 (26.95% from 255) = 63.55%

 GREEN value IS 31 (12.5% from 255) = 28.97%

 BLUE value IS 8 (3.52% from 255) = 7.48%

R = 63.55%
G = 28.97%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#441F08 (or 0x441F08) is known color: Brown Pod. HEX triplet: 44, 1F and 08. RGB value is (68,31,8). Sum of RGB (Red+Green+Blue) = 68+31+8=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F08 is #BBE0F7. Grayscale: #272727. Windows color (decimal): -12312824 or 532292. OLE color: 532292.

HSL color Cylindrical-coordinate representation of color #441F08: hue angle of 23º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441F08 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 31 8 -
CMYK 0 0.54 0.88 0.73
HSL 23º 0.79% 0.15% -
HSV(B) 23º 0.88% 0.27% -
XYZ 2.92 2.23 0.51 -
YUV 39.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 68 31 8 0 0.54 0.88 0.73 23 0.79 0.15
Hex 44 1F 8 0 36 58 49 17 4F F
Octal 104 37 10 0 66 130 111 27 117 17
Binary 1000100 11111 1000 0 110110 1011000 1001001 10111 1001111 1111

Color Harmonies of #441F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F08

Black with #441F08

Text Example


Text Example

White with #441F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441F08; }

 p { color: rgb(68,31,8); }

 H1.HeaderClassName
 {
   color: #441F08;
 }
 .AnyTagClassName
 {
   color: #441F08;
 }
</style>

background-color css

<style>
 a { background-color: #441F08; }

 a { background-color: rgb(68,31,8); }

 div.DivClassName
 {
   background-color: #441F08;
 }
 .BgClassName
 {
   background-color: #441F08;
 }
</style>

border-color css

<style>
 span { border-color: #441F08; }

 span { border-color: rgb(68,31,8); }

 td.TdClassName
 {
   border-color: #441F08;
 }
 .TagClassName
 {
   border-color: #441F08;
 }
</style>