Html Css Color HEX #4F360C Baker's Chocolate

📋 copy color: '#4F360C'

red 79 ◦ green 54 ◦ blue 12

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

Shades of Baker's Chocolate #4F360C

Tints of Baker's Chocolate #4F360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 54.48%
G = 37.24%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4F360C (or 0x4F360C) is known color: Baker's Chocolate. HEX triplet: 4F, 36 and 0C. RGB value is (79,54,12). Sum of RGB (Red+Green+Blue) = 79+54+12=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F360C is #B0C9F3. Grayscale: #383838. Windows color (decimal): -11586036 or 800335. OLE color: 800335.

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

Color convert

RGB 79 54 12 -
CMYK 0 0.32 0.85 0.69
HSL 37.61º 0.74% 0.18% -
HSV(B) 37.61º 0.85% 0.31% -
XYZ 4.61 4.33 0.94 -
YUV 56.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 79 54 12 0 0.32 0.85 0.69 37.61 0.74 0.18
Hex 4F 36 C 0 20 55 45 26 4A 12
Octal 117 66 14 0 40 125 105 46 112 22
Binary 1001111 110110 1100 0 100000 1010101 1000101 100110 1001010 10010

Color Harmonies of #4F360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F360C

Black with #4F360C

Text Example


Text Example

White with #4F360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,12); }

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

background-color css

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

 a { background-color: rgb(79,54,12); }

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

border-color css

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

 span { border-color: rgb(79,54,12); }

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