#4B2C03

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

Shades of Baker's Chocolate #4B2C03

Tints of Baker's Chocolate #4B2C03

Color information

#4B2C03 (or 0x4B2C03) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 2C and 03. RGB value is (75,44,3). Sum of RGB (Red+Green+Blue) = 75+44+3=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2C03 is #B4D3FC. Grayscale: #303030. Windows color (decimal): -11850749 or 207947. OLE color: 207947.

HSL color Cylindrical-coordinate representation of color #4B2C03: hue angle of 34.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 #4B2C03 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB75443-
CMYK00.410.960.71
HSL34.17º92.31%15.29%-
HSV(B)34.17º96%29.41%-
XYZ3.823.30.52-
YUV48.6102.27146.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=61.48%
G=36.07%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7544300.410.960.7134.1792.3115.29
Hex4B2C30296047225cf
Octal1135430511401074213417
Binary10010111011001101010011100000100011110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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