#4F270D

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

Shades of Baker's Chocolate #4F270D

Tints of Baker's Chocolate #4F270D

Color information

#4F270D (or 0x4F270D) is unknown color: approx Baker's Chocolate. HEX triplet: 4F, 27 and 0D. RGB value is (79,39,13). Sum of RGB (Red+Green+Blue) = 79+39+13=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F270D is #B0D8F2. Grayscale: #303030. Windows color (decimal): -11589875 or 862031. OLE color: 862031.

HSL color Cylindrical-coordinate representation of color #4F270D: hue angle of 23.64º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F270D is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB793913-
CMYK00.510.840.69
HSL23.64º71.74%18.04%-
HSV(B)23.64º83.54%30.98%-
XYZ4.023.140.78-
YUV48108.25150.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=60.31%
G=29.77%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79391300.510.840.6923.6471.7418.04
Hex4F27D0335445184812
Octal11747150631241053011022
Binary1001111100111110101100111010100100010111000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,39,13); }

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

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

 a { background-color: rgb(79,39,13); }

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

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

 span { border-color: rgb(79,39,13); }

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