Html Css Color HEX #4F290D Baker's Chocolate

📋 copy color: '#4F290D'

red 79 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #4F290D

Tints of Baker's Chocolate #4F290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 59.4%
G = 30.83%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F290D (or 0x4F290D) is known color: Baker's Chocolate. HEX triplet: 4F, 29 and 0D. RGB value is (79,41,13). Sum of RGB (Red+Green+Blue) = 79+41+13=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F290D is #B0D6F2. Grayscale: #313131. Windows color (decimal): -11589363 or 862543. OLE color: 862543.

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

Color convert

RGB 79 41 13 -
CMYK 0 0.48 0.84 0.69
HSL 25.45º 0.72% 0.18% -
HSV(B) 25.45º 0.84% 0.31% -
XYZ 4.09 3.28 0.8 -
YUV 49.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 79 41 13 0 0.48 0.84 0.69 25.45 0.72 0.18
Hex 4F 29 D 0 30 54 45 19 48 12
Octal 117 51 15 0 60 124 105 31 110 22
Binary 1001111 101001 1101 0 110000 1010100 1000101 11001 1001000 10010

Color Harmonies of #4F290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F290D

Black with #4F290D

Text Example


Text Example

White with #4F290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,41,13); }

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

background-color css

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

 a { background-color: rgb(79,41,13); }

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

border-color css

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

 span { border-color: rgb(79,41,13); }

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