Html Css Color HEX #4F2F09 Baker's Chocolate

📋 copy color: '#4F2F09'

red 79 ◦ green 47 ◦ blue 9

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

Shades of Baker's Chocolate #4F2F09

Tints of Baker's Chocolate #4F2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.81%

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

R = 58.52%
G = 34.81%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#4F2F09 (or 0x4F2F09) is known color: Baker's Chocolate. HEX triplet: 4F, 2F and 09. RGB value is (79,47,9). Sum of RGB (Red+Green+Blue) = 79+47+9=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2F09 is #B0D0F6. Grayscale: #343434. Windows color (decimal): -11587831 or 601935. OLE color: 601935.

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

Color convert

RGB 79 47 9 -
CMYK 0 0.41 0.89 0.69
HSL 32.57º 0.8% 0.17% -
HSV(B) 32.57º 0.89% 0.31% -
XYZ 4.29 3.72 0.75 -
YUV 52.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 79 47 9 0 0.41 0.89 0.69 32.57 0.8 0.17
Hex 4F 2F 9 0 29 59 45 21 50 11
Octal 117 57 11 0 51 131 105 41 120 21
Binary 1001111 101111 1001 0 101001 1011001 1000101 100001 1010000 10001

Color Harmonies of #4F2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2F09

Black with #4F2F09

Text Example


Text Example

White with #4F2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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