Html Css Color HEX #4F1F04 Baker's Chocolate

📋 copy color: '#4F1F04'

red 79 ◦ green 31 ◦ blue 4

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

Shades of Baker's Chocolate #4F1F04

Tints of Baker's Chocolate #4F1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.19%

 BLUE value IS 4 (1.95% from 255) = 3.51%

R = 69.3%
G = 27.19%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4F1F04 (or 0x4F1F04) is known color: Baker's Chocolate. HEX triplet: 4F, 1F and 04. RGB value is (79,31,4). Sum of RGB (Red+Green+Blue) = 79+31+4=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1F04 is #B0E0FB. Grayscale: #2A2A2A. Windows color (decimal): -11591932 or 270159. OLE color: 270159.

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

Color convert

RGB 79 31 4 -
CMYK 0 0.61 0.95 0.69
HSL 21.6º 0.9% 0.16% -
HSV(B) 21.6º 0.95% 0.31% -
XYZ 3.74 2.65 0.43 -
YUV 42.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 79 31 4 0 0.61 0.95 0.69 21.6 0.9 0.16
Hex 4F 1F 4 0 3D 5F 45 16 5A 10
Octal 117 37 4 0 75 137 105 26 132 20
Binary 1001111 11111 100 0 111101 1011111 1000101 10110 1011010 10000

Color Harmonies of #4F1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1F04

Black with #4F1F04

Text Example


Text Example

White with #4F1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,31,4); }

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

background-color css

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

 a { background-color: rgb(79,31,4); }

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

border-color css

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

 span { border-color: rgb(79,31,4); }

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