#4B2E03

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

Shades of Baker's Chocolate #4B2E03

Tints of Baker's Chocolate #4B2E03

Color information

#4B2E03 (or 0x4B2E03) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 2E and 03. RGB value is (75,46,3). Sum of RGB (Red+Green+Blue) = 75+46+3=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2E03 is #B4D1FC. Grayscale: #313131. Windows color (decimal): -11850237 or 208459. OLE color: 208459.

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

Color convert

RGB75463-
CMYK00.390.960.71
HSL35.83º92.31%15.29%-
HSV(B)35.83º96%29.41%-
XYZ3.93.460.55-
YUV49.77101.61146-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=60.48%
G=37.10%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7546300.390.960.7135.8392.3115.29
Hex4B2E30276047245cf
Octal1135630471401074413417
Binary10010111011101101001111100000100011110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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