Html Css Color HEX #4F270D Baker's Chocolate

📋 copy color: '#4F270D'

red 79 ◦ green 39 ◦ blue 13

#4F270D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #4F270D

Tints of Baker's Chocolate #4F270D

RGB

 RED value IS 79 (31.25% from 255) = 60.31%

 GREEN value IS 39 (15.63% 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 value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F270D (or 0x4F270D) is known color: 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

RGB 79 39 13 -
CMYK 0 0.51 0.84 0.69
HSL 23.64º 0.72% 0.18% -
HSV(B) 23.64º 0.84% 0.31% -
XYZ 4.02 3.14 0.78 -
YUV 48 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 79 39 13 0 0.51 0.84 0.69 23.64 0.72 0.18
Hex 4F 27 D 0 33 54 45 18 48 12
Octal 117 47 15 0 63 124 105 30 110 22
Binary 1001111 100111 1101 0 110011 1010100 1000101 11000 1001000 10010

Color Harmonies of #4F270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F270D

Black with #4F270D

Text Example


Text Example

White with #4F270D

Text Example


Text Example

HTML Codes & Css Web 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>