#42230F

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

Shades of Brown Pod #42230F

Tints of Brown Pod #42230F

Color information

#42230F (or 0x42230F) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 0F. RGB value is (66,35,15). Sum of RGB (Red+Green+Blue) = 66+35+15=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42230F is #BDDCF0. Grayscale: #2A2A2A. Windows color (decimal): -12442865 or 992066. OLE color: 992066.

HSL color Cylindrical-coordinate representation of color #42230F: hue angle of 23.53º 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 #42230F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB663515-
CMYK00.470.770.74
HSL23.53º62.96%15.88%-
HSV(B)23.53º77.27%25.88%-
XYZ2.932.390.76-
YUV41.99112.77145.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=56.90%
G=30.17%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66351500.470.770.7423.5362.9615.88
Hex4223F02F4D4A183f10
Octal1024317057115112307720
Binary100001010001111110101111100110110010101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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