#4B3203

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

Shades of Baker's Chocolate #4B3203

Tints of Baker's Chocolate #4B3203

Color information

#4B3203 (or 0x4B3203) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 32 and 03. RGB value is (75,50,3). Sum of RGB (Red+Green+Blue) = 75+50+3=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3203 is #B4CDFC. Grayscale: #343434. Windows color (decimal): -11849213 or 209483. OLE color: 209483.

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

Color convert

RGB75503-
CMYK00.330.960.71
HSL39.17º92.31%15.29%-
HSV(B)39.17º96%29.41%-
XYZ4.063.780.6-
YUV52.12100.28144.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.59%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=58.59%
G=39.06%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7550300.330.960.7139.1792.3115.29
Hex4B3230216047275cf
Octal1136230411401074713417
Binary10010111100101101000011100000100011110011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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