Html Css Color HEX #4F3207 Baker's Chocolate

📋 copy color: '#4F3207'

red 79 ◦ green 50 ◦ blue 7

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

Shades of Baker's Chocolate #4F3207

Tints of Baker's Chocolate #4F3207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 58.09%
G = 36.76%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#4F3207 (or 0x4F3207) is known color: Baker's Chocolate. HEX triplet: 4F, 32 and 07. RGB value is (79,50,7). Sum of RGB (Red+Green+Blue) = 79+50+7=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3207 is #B0CDF8. Grayscale: #353535. Windows color (decimal): -11587065 or 471631. OLE color: 471631.

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

Color convert

RGB 79 50 7 -
CMYK 0 0.37 0.91 0.69
HSL 35.83º 0.84% 0.17% -
HSV(B) 35.83º 0.91% 0.31% -
XYZ 4.4 3.96 0.73 -
YUV 53.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 79 50 7 0 0.37 0.91 0.69 35.83 0.84 0.17
Hex 4F 32 7 0 25 5B 45 24 54 11
Octal 117 62 7 0 45 133 105 44 124 21
Binary 1001111 110010 111 0 100101 1011011 1000101 100100 1010100 10001

Color Harmonies of #4F3207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3207

Black with #4F3207

Text Example


Text Example

White with #4F3207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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