#4B2305

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

Shades of Baker's Chocolate #4B2305

Tints of Baker's Chocolate #4B2305

Color information

#4B2305 (or 0x4B2305) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 23 and 05. RGB value is (75,35,5). Sum of RGB (Red+Green+Blue) = 75+35+5=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2305 is #B4DCFA. Grayscale: #2B2B2B. Windows color (decimal): -11853051 or 336715. OLE color: 336715.

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

Color convert

RGB75355-
CMYK00.530.930.71
HSL25.71º87.5%15.69%-
HSV(B)25.71º93.33%29.41%-
XYZ3.532.710.48-
YUV43.54106.25150.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 65.22%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=65.22%
G=30.43%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7535500.530.930.7125.7187.515.69
Hex4B2350355D471a5810
Octal1134350651351073213020
Binary100101110001110101101011011101100011111010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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