#42240F

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

Shades of Brown Pod #42240F

Tints of Brown Pod #42240F

Color information

#42240F (or 0x42240F) is unknown color: approx Brown Pod. HEX triplet: 42, 24 and 0F. RGB value is (66,36,15). Sum of RGB (Red+Green+Blue) = 66+36+15=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42240F is #BDDBF0. Grayscale: #2A2A2A. Windows color (decimal): -12442609 or 992322. OLE color: 992322.

HSL color Cylindrical-coordinate representation of color #42240F: hue angle of 24.71º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42240F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB663615-
CMYK00.450.770.74
HSL24.71º62.96%15.88%-
HSV(B)24.71º77.27%25.88%-
XYZ2.962.450.77-
YUV42.58112.44144.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=56.41%
G=30.77%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66361500.450.770.7424.7162.9615.88
Hex4224F02D4D4A193f10
Octal1024417055115112317720
Binary100001010010011110101101100110110010101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42240F; }

 p { color: rgb(66,36,15); }

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

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

 a { background-color: rgb(66,36,15); }

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

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

 span { border-color: rgb(66,36,15); }

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