#4B2D05

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

Shades of Baker's Chocolate #4B2D05

Tints of Baker's Chocolate #4B2D05

Color information

#4B2D05 (or 0x4B2D05) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 2D and 05. RGB value is (75,45,5). Sum of RGB (Red+Green+Blue) = 75+45+5=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2D05 is #B4D2FA. Grayscale: #313131. Windows color (decimal): -11850491 or 339275. OLE color: 339275.

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

Color convert

RGB75455-
CMYK00.400.930.71
HSL34.29º87.5%15.69%-
HSV(B)34.29º93.33%29.41%-
XYZ3.873.380.59-
YUV49.41102.94146.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 5 (2.34% from 255) = 4%
R=60%
G=36%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7545500.400.930.7134.2987.515.69
Hex4B2D50285D47225810
Octal1135550501351074213020
Binary1001011101101101010100010111011000111100010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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