#4B3202

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

Shades of Baker's Chocolate #4B3202

Tints of Baker's Chocolate #4B3202

Color information

#4B3202 (or 0x4B3202) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 32 and 02. RGB value is (75,50,2). Sum of RGB (Red+Green+Blue) = 75+50+2=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3202 is #B4CDFD. Grayscale: #343434. Windows color (decimal): -11849214 or 143947. OLE color: 143947.

HSL color Cylindrical-coordinate representation of color #4B3202: hue angle of 39.45º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B3202 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB75502-
CMYK00.330.970.71
HSL39.45º94.81%15.1%-
HSV(B)39.45º97.33%29.41%-
XYZ4.053.780.57-
YUV5299.78144.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=59.06%
G=39.37%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7550200.330.970.7139.4594.8115.1
Hex4B3220216147275ff
Octal1136220411411074713717
Binary10010111100101001000011100001100011110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,2); }

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

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

 a { background-color: rgb(75,50,2); }

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

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

 span { border-color: rgb(75,50,2); }

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