#4B2A05

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

Shades of Baker's Chocolate #4B2A05

Tints of Baker's Chocolate #4B2A05

Color information

#4B2A05 (or 0x4B2A05) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 2A and 05. RGB value is (75,42,5). Sum of RGB (Red+Green+Blue) = 75+42+5=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2A05 is #B4D5FA. Grayscale: #2F2F2F. Windows color (decimal): -11851259 or 338507. OLE color: 338507.

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

Color convert

RGB75425-
CMYK00.440.930.71
HSL31.71º87.5%15.69%-
HSV(B)31.71º93.33%29.41%-
XYZ3.763.160.56-
YUV47.65103.93147.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=61.48%
G=34.43%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7542500.440.930.7131.7187.515.69
Hex4B2A502C5D47205810
Octal1135250541351074013020
Binary1001011101010101010110010111011000111100000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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