#4F2D01

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

Shades of Baker's Chocolate #4F2D01

Tints of Baker's Chocolate #4F2D01

Color information

#4F2D01 (or 0x4F2D01) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 2D and 01. RGB value is (79,45,1). Sum of RGB (Red+Green+Blue) = 79+45+1=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2D01 is #B0D2FE. Grayscale: #323232. Windows color (decimal): -11588351 or 77135. OLE color: 77135.

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

Color convert

RGB79451-
CMYK00.430.990.69
HSL33.85º97.5%15.69%-
HSV(B)33.85º98.73%30.98%-
XYZ4.173.540.49-
YUV50.15100.26148.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=63.2%
G=36%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7945100.430.990.6933.8597.515.69
Hex4F2D102B6345226210
Octal1175510531431054214220
Binary10011111011011010101111000111000101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,1); }

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

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

 a { background-color: rgb(79,45,1); }

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

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

 span { border-color: rgb(79,45,1); }

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