Html Css Color HEX #4F3308 Baker's Chocolate

📋 copy color: '#4F3308'

red 79 ◦ green 51 ◦ blue 8

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

Shades of Baker's Chocolate #4F3308

Tints of Baker's Chocolate #4F3308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 57.25%
G = 36.96%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4F3308 (or 0x4F3308) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 08. RGB value is (79,51,8). Sum of RGB (Red+Green+Blue) = 79+51+8=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3308 is #B0CCF7. Grayscale: #363636. Windows color (decimal): -11586808 or 537423. OLE color: 537423.

HSL color Cylindrical-coordinate representation of color #4F3308: hue angle of 36.34º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F3308 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 51 8 -
CMYK 0 0.35 0.90 0.69
HSL 36.34º 0.82% 0.17% -
HSV(B) 36.34º 0.9% 0.31% -
XYZ 4.45 4.05 0.78 -
YUV 54.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 79 51 8 0 0.35 0.90 0.69 36.34 0.82 0.17
Hex 4F 33 8 0 23 5A 45 24 52 11
Octal 117 63 10 0 43 132 105 44 122 21
Binary 1001111 110011 1000 0 100011 1011010 1000101 100100 1010010 10001

Color Harmonies of #4F3308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3308

Black with #4F3308

Text Example


Text Example

White with #4F3308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,51,8); }

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

background-color css

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

 a { background-color: rgb(79,51,8); }

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

border-color css

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

 span { border-color: rgb(79,51,8); }

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