Html Css Color HEX #4F320E Baker's Chocolate

📋 copy color: '#4F320E'

red 79 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #4F320E

Tints of Baker's Chocolate #4F320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 55.24%
G = 34.97%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4F320E (or 0x4F320E) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 0E. RGB value is (79,50,14). Sum of RGB (Red+Green+Blue) = 79+50+14=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F320E is #B0CDF1. Grayscale: #363636. Windows color (decimal): -11587058 or 930383. OLE color: 930383.

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

Color convert

RGB 79 50 14 -
CMYK 0 0.37 0.82 0.69
HSL 33.23º 0.7% 0.18% -
HSV(B) 33.23º 0.82% 0.31% -
XYZ 4.44 3.98 0.95 -
YUV 54.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 79 50 14 0 0.37 0.82 0.69 33.23 0.7 0.18
Hex 4F 32 E 0 25 52 45 21 46 12
Octal 117 62 16 0 45 122 105 41 106 22
Binary 1001111 110010 1110 0 100101 1010010 1000101 100001 1000110 10010

Color Harmonies of #4F320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F320E

Black with #4F320E

Text Example


Text Example

White with #4F320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,14); }

 H1.HeaderClassName
 {
   color: #4F320E;
 }
 .AnyTagClassName
 {
   color: #4F320E;
 }
</style>

background-color css

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

 a { background-color: rgb(79,50,14); }

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

border-color css

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

 span { border-color: rgb(79,50,14); }

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