Html Css Color HEX #4F330B Baker's Chocolate

📋 copy color: '#4F330B'

red 79 ◦ green 51 ◦ blue 11

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

Shades of Baker's Chocolate #4F330B

Tints of Baker's Chocolate #4F330B

RGB

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

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

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

R = 56.03%
G = 36.17%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F330B (or 0x4F330B) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 0B. RGB value is (79,51,11). Sum of RGB (Red+Green+Blue) = 79+51+11=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F330B is #B0CCF4. Grayscale: #373737. Windows color (decimal): -11586805 or 734031. OLE color: 734031.

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

Color convert

RGB 79 51 11 -
CMYK 0 0.35 0.86 0.69
HSL 35.29º 0.76% 0.18% -
HSV(B) 35.29º 0.86% 0.31% -
XYZ 4.47 4.05 0.86 -
YUV 54.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 79 51 11 0 0.35 0.86 0.69 35.29 0.76 0.18
Hex 4F 33 B 0 23 56 45 23 4C 12
Octal 117 63 13 0 43 126 105 43 114 22
Binary 1001111 110011 1011 0 100011 1010110 1000101 100011 1001100 10010

Color Harmonies of #4F330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F330B

Black with #4F330B

Text Example


Text Example

White with #4F330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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