Html Css Color HEX #4F2000 Baker's Chocolate

📋 copy color: '#4F2000'

red 79 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #4F2000

Tints of Baker's Chocolate #4F2000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.17%
G = 28.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#4F2000 (or 0x4F2000) is known color: Baker's Chocolate. HEX triplet: 4F, 20 and 00. RGB value is (79,32,0). Sum of RGB (Red+Green+Blue) = 79+32+0=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2000 is #B0DFFF. Grayscale: #2A2A2A. Windows color (decimal): -11591680 or 8271. OLE color: 8271.

HSL color Cylindrical-coordinate representation of color #4F2000: hue angle of 24.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F2000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 32 0 -
CMYK 0 0.59 1 0.69
HSL 24.3º 1% 0.15% -
HSV(B) 24.3º 1% 0.31% -
XYZ 3.74 2.7 0.32 -
YUV 42.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 79 32 0 0 0.59 1 0.69 24.3 1 0.15
Hex 4F 20 0 0 3B 64 45 18 64 F
Octal 117 40 0 0 73 144 105 30 144 17
Binary 1001111 100000 0 0 111011 1100100 1000101 11000 1100100 1111

Color Harmonies of #4F2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2000

Black with #4F2000

Text Example


Text Example

White with #4F2000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,0); }

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

background-color css

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

 a { background-color: rgb(79,32,0); }

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

border-color css

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

 span { border-color: rgb(79,32,0); }

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