#4B2405

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

Shades of Baker's Chocolate #4B2405

Tints of Baker's Chocolate #4B2405

Color information

#4B2405 (or 0x4B2405) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 24 and 05. RGB value is (75,36,5). Sum of RGB (Red+Green+Blue) = 75+36+5=116 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.66% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2405 is #B4DBFA. Grayscale: #2C2C2C. Windows color (decimal): -11852795 or 336971. OLE color: 336971.

HSL color Cylindrical-coordinate representation of color #4B2405: hue angle of 26.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B2405 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB75365-
CMYK00.520.930.71
HSL26.57º87.5%15.69%-
HSV(B)26.57º93.33%29.41%-
XYZ3.562.770.49-
YUV44.13105.92150.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.66%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=64.66%
G=31.03%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7536500.520.930.7126.5787.515.69
Hex4B2450345D471b5810
Octal1134450641351073313020
Binary100101110010010101101001011101100011111011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,5); }

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

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

 a { background-color: rgb(75,36,5); }

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

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

 span { border-color: rgb(75,36,5); }

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