Html Css Color HEX #4F2501 Baker's Chocolate

📋 copy color: '#4F2501'

red 79 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #4F2501

Tints of Baker's Chocolate #4F2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 67.52%
G = 31.62%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4F2501 (or 0x4F2501) is known color: Baker's Chocolate. HEX triplet: 4F, 25 and 01. RGB value is (79,37,1). Sum of RGB (Red+Green+Blue) = 79+37+1=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2501 is #B0DAFE. Grayscale: #2D2D2D. Windows color (decimal): -11590399 or 75087. OLE color: 75087.

HSL color Cylindrical-coordinate representation of color #4F2501: hue angle of 27.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F2501 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 37 1 -
CMYK 0 0.53 0.99 0.69
HSL 27.69º 0.98% 0.16% -
HSV(B) 27.69º 0.99% 0.31% -
XYZ 3.89 2.99 0.4 -
YUV 45.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 79 37 1 0 0.53 0.99 0.69 27.69 0.98 0.16
Hex 4F 25 1 0 35 63 45 1C 62 10
Octal 117 45 1 0 65 143 105 34 142 20
Binary 1001111 100101 1 0 110101 1100011 1000101 11100 1100010 10000

Color Harmonies of #4F2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2501

Black with #4F2501

Text Example


Text Example

White with #4F2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,37,1); }

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

background-color css

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

 a { background-color: rgb(79,37,1); }

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

border-color css

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

 span { border-color: rgb(79,37,1); }

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