Html Css Color HEX #4F3310 Baker's Chocolate

📋 copy color: '#4F3310'

red 79 ◦ green 51 ◦ blue 16

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

Shades of Baker's Chocolate #4F3310

Tints of Baker's Chocolate #4F3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 54.11%
G = 34.93%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F3310 (or 0x4F3310) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 10. RGB value is (79,51,16). Sum of RGB (Red+Green+Blue) = 79+51+16=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3310 is #B0CCEF. Grayscale: #373737. Windows color (decimal): -11586800 or 1061711. OLE color: 1061711.

HSL color Cylindrical-coordinate representation of color #4F3310: hue angle of 33.33º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F3310 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 51 16 -
CMYK 0 0.35 0.80 0.69
HSL 33.33º 0.66% 0.19% -
HSV(B) 33.33º 0.8% 0.31% -
XYZ 4.5 4.07 1.04 -
YUV 55.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 79 51 16 0 0.35 0.80 0.69 33.33 0.66 0.19
Hex 4F 33 10 0 23 50 45 21 42 13
Octal 117 63 20 0 43 120 105 41 102 23
Binary 1001111 110011 10000 0 100011 1010000 1000101 100001 1000010 10011

Color Harmonies of #4F3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3310

Black with #4F3310

Text Example


Text Example

White with #4F3310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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