Html Css Color HEX #4F280D Baker's Chocolate

📋 copy color: '#4F280D'

red 79 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #4F280D

Tints of Baker's Chocolate #4F280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

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

R = 59.85%
G = 30.3%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F280D (or 0x4F280D) is known color: Baker's Chocolate. HEX triplet: 4F, 28 and 0D. RGB value is (79,40,13). Sum of RGB (Red+Green+Blue) = 79+40+13=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F280D is #B0D7F2. Grayscale: #303030. Windows color (decimal): -11589619 or 862287. OLE color: 862287.

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

Color convert

RGB 79 40 13 -
CMYK 0 0.49 0.84 0.69
HSL 24.55º 0.72% 0.18% -
HSV(B) 24.55º 0.84% 0.31% -
XYZ 4.06 3.21 0.79 -
YUV 48.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 79 40 13 0 0.49 0.84 0.69 24.55 0.72 0.18
Hex 4F 28 D 0 31 54 45 19 48 12
Octal 117 50 15 0 61 124 105 31 110 22
Binary 1001111 101000 1101 0 110001 1010100 1000101 11001 1001000 10010

Color Harmonies of #4F280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F280D

Black with #4F280D

Text Example


Text Example

White with #4F280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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