#4B2A08

Color #4B2A08 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #4B2A08

Tints of Baker's Chocolate #4B2A08

Color information

#4B2A08 (or 0x4B2A08) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 2A and 08. RGB value is (75,42,8). Sum of RGB (Red+Green+Blue) = 75+42+8=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2A08 is #B4D5F7. Grayscale: #303030. Windows color (decimal): -11851256 or 535115. OLE color: 535115.

HSL color Cylindrical-coordinate representation of color #4B2A08: hue angle of 30.45º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B2A08 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB75428-
CMYK00.440.890.71
HSL30.45º80.72%16.27%-
HSV(B)30.45º89.33%29.41%-
XYZ3.773.170.64-
YUV47.99105.43147.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=60%
G=33.6%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7542800.440.890.7130.4580.7216.27
Hex4B2A802C59471e5110
Octal11352100541311073612120
Binary1001011101010100001011001011001100011111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2A08; }

 p { color: rgb(75,42,8); }

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

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

 a { background-color: rgb(75,42,8); }

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

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

 span { border-color: rgb(75,42,8); }

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