Html Css Color HEX #4F2409 Baker's Chocolate

📋 copy color: '#4F2409'

red 79 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #4F2409

Tints of Baker's Chocolate #4F2409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.03%

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 63.71%
G = 29.03%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#4F2409 (or 0x4F2409) is known color: Baker's Chocolate. HEX triplet: 4F, 24 and 09. RGB value is (79,36,9). Sum of RGB (Red+Green+Blue) = 79+36+9=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2409 is #B0DBF6. Grayscale: #2D2D2D. Windows color (decimal): -11590647 or 599119. OLE color: 599119.

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

Color convert

RGB 79 36 9 -
CMYK 0 0.54 0.89 0.69
HSL 23.14º 0.8% 0.17% -
HSV(B) 23.14º 0.89% 0.31% -
XYZ 3.9 2.94 0.62 -
YUV 45.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 79 36 9 0 0.54 0.89 0.69 23.14 0.8 0.17
Hex 4F 24 9 0 36 59 45 17 50 11
Octal 117 44 11 0 66 131 105 27 120 21
Binary 1001111 100100 1001 0 110110 1011001 1000101 10111 1010000 10001

Color Harmonies of #4F2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2409

Black with #4F2409

Text Example


Text Example

White with #4F2409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,36,9); }

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

background-color css

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

 a { background-color: rgb(79,36,9); }

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

border-color css

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

 span { border-color: rgb(79,36,9); }

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