#421709

Color #421709 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #421709

Tints of Brown Pod #421709

Color information

#421709 (or 0x421709) is unknown color: approx Brown Pod. HEX triplet: 42, 17 and 09. RGB value is (66,23,9). Sum of RGB (Red+Green+Blue) = 66+23+9=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #421709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421709 is #BDE8F6. Grayscale: #222222. Windows color (decimal): -12445943 or 595778. OLE color: 595778.

HSL color Cylindrical-coordinate representation of color #421709: hue angle of 14.74º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421709 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB66239-
CMYK00.650.860.74
HSL14.74º76%14.71%-
HSV(B)14.74º86.36%25.88%-
XYZ2.61.790.47-
YUV34.26113.75150.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 67.35%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=67.35%
G=23.47%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6623900.650.860.7414.747614.71
Hex42179041564Af4cf
Octal102271101011261121711417
Binary10000101011110010100000110101101001010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421709; }

 p { color: rgb(66,23,9); }

 H1.HeaderClassName
 {
   color: #421709;
 }
 .AnyTagClassName
 {
   color: #421709;
 }
</style>
background-color css

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

 a { background-color: rgb(66,23,9); }

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

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

 span { border-color: rgb(66,23,9); }

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