#4B2708

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

Shades of Baker's Chocolate #4B2708

Tints of Baker's Chocolate #4B2708

Color information

#4B2708 (or 0x4B2708) is unknown color: approx Baker's Chocolate. HEX triplet: 4B, 27 and 08. RGB value is (75,39,8). Sum of RGB (Red+Green+Blue) = 75+39+8=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2708 is #B4D8F7. Grayscale: #2E2E2E. Windows color (decimal): -11852024 or 534347. OLE color: 534347.

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

Color convert

RGB75398-
CMYK00.480.890.71
HSL27.76º80.72%16.27%-
HSV(B)27.76º89.33%29.41%-
XYZ3.672.960.61-
YUV46.23106.43148.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=61.48%
G=31.97%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7539800.480.890.7127.7680.7216.27
Hex4B27803059471c5110
Octal11347100601311073412120
Binary1001011100111100001100001011001100011111100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,8); }

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

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

 a { background-color: rgb(75,39,8); }

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

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

 span { border-color: rgb(75,39,8); }

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