Html Css Color HEX #441B08 Brown Pod

📋 copy color: '#441B08'

red 68 ◦ green 27 ◦ blue 8

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

Shades of Brown Pod #441B08

Tints of Brown Pod #441B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.21%

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

R = 66.02%
G = 26.21%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#441B08 (or 0x441B08) is known color: Brown Pod. HEX triplet: 44, 1B and 08. RGB value is (68,27,8). Sum of RGB (Red+Green+Blue) = 68+27+8=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #441B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B08 is #BBE4F7. Grayscale: #252525. Windows color (decimal): -12313848 or 531268. OLE color: 531268.

HSL color Cylindrical-coordinate representation of color #441B08: hue angle of 19º 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 #441B08 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 8 -
CMYK 0 0.60 0.88 0.73
HSL 19º 0.79% 0.15% -
HSV(B) 19º 0.88% 0.27% -
XYZ 2.82 2.03 0.47 -
YUV 37.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 68 27 8 0 0.60 0.88 0.73 19 0.79 0.15
Hex 44 1B 8 0 3C 58 49 13 4F F
Octal 104 33 10 0 74 130 111 23 117 17
Binary 1000100 11011 1000 0 111100 1011000 1001001 10011 1001111 1111

Color Harmonies of #441B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B08

Black with #441B08

Text Example


Text Example

White with #441B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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