#4F2B03

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

Shades of Baker's Chocolate #4F2B03

Tints of Baker's Chocolate #4F2B03

Color information

#4F2B03 (or 0x4F2B03) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2B and 03. RGB value is (79,43,3). Sum of RGB (Red+Green+Blue) = 79+43+3=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2B03 is #B0D4FC. Grayscale: #313131. Windows color (decimal): -11588861 or 207695. OLE color: 207695.

HSL color Cylindrical-coordinate representation of color #4F2B03: hue angle of 31.58º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F2B03 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB79433-
CMYK00.460.960.69
HSL31.58º92.68%16.08%-
HSV(B)31.58º96.2%30.98%-
XYZ4.13.40.53-
YUV49.2101.93149.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=63.2%
G=34.4%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7943300.460.960.6931.5892.6816.08
Hex4F2B302E6045205d10
Octal1175330561401054013520
Binary100111110101111010111011000001000101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,3); }

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

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

 a { background-color: rgb(79,43,3); }

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

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

 span { border-color: rgb(79,43,3); }

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