Html Css Color HEX #4F3304 Baker's Chocolate

📋 copy color: '#4F3304'

red 79 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #4F3304

Tints of Baker's Chocolate #4F3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

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

R = 58.96%
G = 38.06%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4F3304 (or 0x4F3304) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 04. RGB value is (79,51,4). Sum of RGB (Red+Green+Blue) = 79+51+4=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3304 is #B0CCFB. Grayscale: #363636. Windows color (decimal): -11586812 or 275279. OLE color: 275279.

HSL color Cylindrical-coordinate representation of color #4F3304: hue angle of 37.6º 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 #4F3304 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 51 4 -
CMYK 0 0.35 0.95 0.69
HSL 37.6º 0.9% 0.16% -
HSV(B) 37.6º 0.95% 0.31% -
XYZ 4.43 4.04 0.66 -
YUV 54.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 79 51 4 0 0.35 0.95 0.69 37.6 0.9 0.16
Hex 4F 33 4 0 23 5F 45 26 5A 10
Octal 117 63 4 0 43 137 105 46 132 20
Binary 1001111 110011 100 0 100011 1011111 1000101 100110 1011010 10000

Color Harmonies of #4F3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3304

Black with #4F3304

Text Example


Text Example

White with #4F3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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