#4B2A0A

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

Shades of Baker's Chocolate #4B2A0A

Tints of Baker's Chocolate #4B2A0A

Color information

#4B2A0A (or 0x4B2A0A) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 2A and 0A. RGB value is (75,42,10). Sum of RGB (Red+Green+Blue) = 75+42+10=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2A0A is #B4D5F5. Grayscale: #303030. Windows color (decimal): -11851254 or 666187. OLE color: 666187.

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

Color convert

RGB754210-
CMYK00.440.870.71
HSL29.54º76.47%16.67%-
HSV(B)29.54º86.67%29.41%-
XYZ3.783.170.7-
YUV48.22106.43147.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=59.06%
G=33.07%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75421000.440.870.7129.5476.4716.67
Hex4B2AA02C57471e4c11
Octal11352120541271073611421
Binary1001011101010101001011001010111100011111110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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