Html Css Color HEX #4F3411 Baker's Chocolate

📋 copy color: '#4F3411'

red 79 ◦ green 52 ◦ blue 17

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

Shades of Baker's Chocolate #4F3411

Tints of Baker's Chocolate #4F3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 53.38%
G = 35.14%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4F3411 (or 0x4F3411) is known color: Baker's Chocolate. HEX triplet: 4F, 34 and 11. RGB value is (79,52,17). Sum of RGB (Red+Green+Blue) = 79+52+17=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3411 is #B0CBEE. Grayscale: #383838. Windows color (decimal): -11586543 or 1127503. OLE color: 1127503.

HSL color Cylindrical-coordinate representation of color #4F3411: hue angle of 33.87º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F3411 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 52 17 -
CMYK 0 0.34 0.78 0.69
HSL 33.87º 0.65% 0.19% -
HSV(B) 33.87º 0.78% 0.31% -
XYZ 4.55 4.16 1.09 -
YUV 56.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 79 52 17 0 0.34 0.78 0.69 33.87 0.65 0.19
Hex 4F 34 11 0 22 4E 45 22 41 13
Octal 117 64 21 0 42 116 105 42 101 23
Binary 1001111 110100 10001 0 100010 1001110 1000101 100010 1000001 10011

Color Harmonies of #4F3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3411

Black with #4F3411

Text Example


Text Example

White with #4F3411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,52,17); }

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

background-color css

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

 a { background-color: rgb(79,52,17); }

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

border-color css

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

 span { border-color: rgb(79,52,17); }

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