Html Css Color HEX #4F3204 Baker's Chocolate

📋 copy color: '#4F3204'

red 79 ◦ green 50 ◦ blue 4

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

Shades of Baker's Chocolate #4F3204

Tints of Baker's Chocolate #4F3204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 59.4%
G = 37.59%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4F3204 (or 0x4F3204) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 04. RGB value is (79,50,4). Sum of RGB (Red+Green+Blue) = 79+50+4=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3204 is #B0CDFB. Grayscale: #353535. Windows color (decimal): -11587068 or 275023. OLE color: 275023.

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

Color convert

RGB 79 50 4 -
CMYK 0 0.37 0.95 0.69
HSL 36.8º 0.9% 0.16% -
HSV(B) 36.8º 0.95% 0.31% -
XYZ 4.39 3.95 0.65 -
YUV 53.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 79 50 4 0 0.37 0.95 0.69 36.8 0.9 0.16
Hex 4F 32 4 0 25 5F 45 25 5A 10
Octal 117 62 4 0 45 137 105 45 132 20
Binary 1001111 110010 100 0 100101 1011111 1000101 100101 1011010 10000

Color Harmonies of #4F3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3204

Black with #4F3204

Text Example


Text Example

White with #4F3204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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