Html Css Color HEX #4F3210 Baker's Chocolate

📋 copy color: '#4F3210'

red 79 ◦ green 50 ◦ blue 16

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

Shades of Baker's Chocolate #4F3210

Tints of Baker's Chocolate #4F3210

RGB

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

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

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

R = 54.48%
G = 34.48%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F3210 (or 0x4F3210) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 10. RGB value is (79,50,16). Sum of RGB (Red+Green+Blue) = 79+50+16=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3210 is #B0CDEF. Grayscale: #363636. Windows color (decimal): -11587056 or 1061455. OLE color: 1061455.

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

Color convert

RGB 79 50 16 -
CMYK 0 0.37 0.80 0.69
HSL 32.38º 0.66% 0.19% -
HSV(B) 32.38º 0.8% 0.31% -
XYZ 4.46 3.98 1.02 -
YUV 54.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 79 50 16 0 0.37 0.80 0.69 32.38 0.66 0.19
Hex 4F 32 10 0 25 50 45 20 42 13
Octal 117 62 20 0 45 120 105 40 102 23
Binary 1001111 110010 10000 0 100101 1010000 1000101 100000 1000010 10011

Color Harmonies of #4F3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3210

Black with #4F3210

Text Example


Text Example

White with #4F3210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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