Html Css Color HEX #4F310B Baker's Chocolate

📋 copy color: '#4F310B'

red 79 ◦ green 49 ◦ blue 11

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

Shades of Baker's Chocolate #4F310B

Tints of Baker's Chocolate #4F310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 11 (4.69% from 255) = 7.91%

R = 56.83%
G = 35.25%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F310B (or 0x4F310B) is known color: Baker's Chocolate. HEX triplet: 4F, 31 and 0B. RGB value is (79,49,11). Sum of RGB (Red+Green+Blue) = 79+49+11=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F310B is #B0CEF4. Grayscale: #353535. Windows color (decimal): -11587317 or 733519. OLE color: 733519.

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

Color convert

RGB 79 49 11 -
CMYK 0 0.38 0.86 0.69
HSL 33.53º 0.76% 0.18% -
HSV(B) 33.53º 0.86% 0.31% -
XYZ 4.38 3.88 0.84 -
YUV 53.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 79 49 11 0 0.38 0.86 0.69 33.53 0.76 0.18
Hex 4F 31 B 0 26 56 45 22 4C 12
Octal 117 61 13 0 46 126 105 42 114 22
Binary 1001111 110001 1011 0 100110 1010110 1000101 100010 1001100 10010

Color Harmonies of #4F310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F310B

Black with #4F310B

Text Example


Text Example

White with #4F310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,11); }

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

background-color css

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

 a { background-color: rgb(79,49,11); }

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

border-color css

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

 span { border-color: rgb(79,49,11); }

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