Html Css Color HEX #4F320D Baker's Chocolate

📋 copy color: '#4F320D'

red 79 ◦ green 50 ◦ blue 13

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

Shades of Baker's Chocolate #4F320D

Tints of Baker's Chocolate #4F320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 55.63%
G = 35.21%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F320D (or 0x4F320D) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 0D. RGB value is (79,50,13). Sum of RGB (Red+Green+Blue) = 79+50+13=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F320D is #B0CDF2. Grayscale: #363636. Windows color (decimal): -11587059 or 864847. OLE color: 864847.

HSL color Cylindrical-coordinate representation of color #4F320D: hue angle of 33.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 #4F320D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 50 13 -
CMYK 0 0.37 0.84 0.69
HSL 33.64º 0.72% 0.18% -
HSV(B) 33.64º 0.84% 0.31% -
XYZ 4.44 3.97 0.91 -
YUV 54.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 79 50 13 0 0.37 0.84 0.69 33.64 0.72 0.18
Hex 4F 32 D 0 25 54 45 22 48 12
Octal 117 62 15 0 45 124 105 42 110 22
Binary 1001111 110010 1101 0 100101 1010100 1000101 100010 1001000 10010

Color Harmonies of #4F320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F320D

Black with #4F320D

Text Example


Text Example

White with #4F320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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