#4B2203

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

Shades of Baker's Chocolate #4B2203

Tints of Baker's Chocolate #4B2203

Color information

#4B2203 (or 0x4B2203) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 22 and 03. RGB value is (75,34,3). Sum of RGB (Red+Green+Blue) = 75+34+3=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2203 is #B4DDFC. Grayscale: #2A2A2A. Windows color (decimal): -11853309 or 205387. OLE color: 205387.

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

Color convert

RGB75343-
CMYK00.550.960.71
HSL25.83º92.31%15.29%-
HSV(B)25.83º96%29.41%-
XYZ3.492.650.41-
YUV42.72105.58151.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.96%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=66.96%
G=30.36%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7534300.550.960.7125.8392.3115.29
Hex4B22303760471a5cf
Octal1134230671401073213417
Binary1001011100010110110111110000010001111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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