Html Css Color HEX #4F330D Baker's Chocolate

📋 copy color: '#4F330D'

red 79 ◦ green 51 ◦ blue 13

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

Shades of Baker's Chocolate #4F330D

Tints of Baker's Chocolate #4F330D

RGB

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

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

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

R = 55.24%
G = 35.66%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F330D (or 0x4F330D) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 0D. RGB value is (79,51,13). Sum of RGB (Red+Green+Blue) = 79+51+13=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F330D is #B0CCF2. Grayscale: #373737. Windows color (decimal): -11586803 or 865103. OLE color: 865103.

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

Color convert

RGB 79 51 13 -
CMYK 0 0.35 0.84 0.69
HSL 34.55º 0.72% 0.18% -
HSV(B) 34.55º 0.84% 0.31% -
XYZ 4.48 4.06 0.93 -
YUV 55.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 79 51 13 0 0.35 0.84 0.69 34.55 0.72 0.18
Hex 4F 33 D 0 23 54 45 23 48 12
Octal 117 63 15 0 43 124 105 43 110 22
Binary 1001111 110011 1101 0 100011 1010100 1000101 100011 1001000 10010

Color Harmonies of #4F330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F330D

Black with #4F330D

Text Example


Text Example

White with #4F330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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