#4B2505

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

Shades of Baker's Chocolate #4B2505

Tints of Baker's Chocolate #4B2505

Color information

#4B2505 (or 0x4B2505) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 25 and 05. RGB value is (75,37,5). Sum of RGB (Red+Green+Blue) = 75+37+5=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2505 is #B4DAFA. Grayscale: #2C2C2C. Windows color (decimal): -11852539 or 337227. OLE color: 337227.

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

Color convert

RGB75375-
CMYK00.510.930.71
HSL27.43º87.5%15.69%-
HSV(B)27.43º93.33%29.41%-
XYZ3.592.830.5-
YUV44.71105.59149.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=64.10%
G=31.62%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7537500.510.930.7127.4387.515.69
Hex4B2550335D471b5810
Octal1134550631351073313020
Binary100101110010110101100111011101100011111011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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