Html Css Color HEX #441708 Brown Pod

📋 copy color: '#441708'

red 68 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #441708

Tints of Brown Pod #441708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.23%

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

R = 68.69%
G = 23.23%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#441708 (or 0x441708) is known color: Brown Pod. HEX triplet: 44, 17 and 08. RGB value is (68,23,8). Sum of RGB (Red+Green+Blue) = 68+23+8=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #441708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441708 is #BBE8F7. Grayscale: #222222. Windows color (decimal): -12314872 or 530244. OLE color: 530244.

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

Color convert

RGB 68 23 8 -
CMYK 0 0.66 0.88 0.73
HSL 15º 0.79% 0.15% -
HSV(B) 15º 0.88% 0.27% -
XYZ 2.73 1.86 0.44 -
YUV 34.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 68 23 8 0 0.66 0.88 0.73 15 0.79 0.15
Hex 44 17 8 0 42 58 49 F 4F F
Octal 104 27 10 0 102 130 111 17 117 17
Binary 1000100 10111 1000 0 1000010 1011000 1001001 1111 1001111 1111

Color Harmonies of #441708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441708

Black with #441708

Text Example


Text Example

White with #441708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441708; }

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

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

background-color css

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

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

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

border-color css

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

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

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