Html Css Color HEX #4F3202 Baker's Chocolate

📋 copy color: '#4F3202'

red 79 ◦ green 50 ◦ blue 2

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

Shades of Baker's Chocolate #4F3202

Tints of Baker's Chocolate #4F3202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 60.31%
G = 38.17%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F3202 (or 0x4F3202) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 02. RGB value is (79,50,2). Sum of RGB (Red+Green+Blue) = 79+50+2=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3202 is #B0CDFD. Grayscale: #353535. Windows color (decimal): -11587070 or 143951. OLE color: 143951.

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

Color convert

RGB 79 50 2 -
CMYK 0 0.37 0.97 0.69
HSL 37.4º 0.95% 0.16% -
HSV(B) 37.4º 0.97% 0.31% -
XYZ 4.38 3.95 0.59 -
YUV 53.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 79 50 2 0 0.37 0.97 0.69 37.4 0.95 0.16
Hex 4F 32 2 0 25 61 45 25 5F 10
Octal 117 62 2 0 45 141 105 45 137 20
Binary 1001111 110010 10 0 100101 1100001 1000101 100101 1011111 10000

Color Harmonies of #4F3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3202

Black with #4F3202

Text Example


Text Example

White with #4F3202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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