Html Css Color HEX #4F3911 Clinker

📋 copy color: '#4F3911'

red 79 ◦ green 57 ◦ blue 17

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

Shades of Clinker #4F3911

Tints of Clinker #4F3911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.25%

 BLUE value IS 17 (7.03% from 255) = 11.11%

R = 51.63%
G = 37.25%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4F3911 (or 0x4F3911) is known color: Clinker. HEX triplet: 4F, 39 and 11. RGB value is (79,57,17). Sum of RGB (Red+Green+Blue) = 79+57+17=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3911 is #B0C6EE. Grayscale: #3B3B3B. Windows color (decimal): -11585263 or 1128783. OLE color: 1128783.

HSL color Cylindrical-coordinate representation of color #4F3911: hue angle of 38.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F3911 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 57 17 -
CMYK 0 0.28 0.78 0.69
HSL 38.71º 0.65% 0.19% -
HSV(B) 38.71º 0.78% 0.31% -
XYZ 4.79 4.63 1.17 -
YUV 59.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 79 57 17 0 0.28 0.78 0.69 38.71 0.65 0.19
Hex 4F 39 11 0 1C 4E 45 27 41 13
Octal 117 71 21 0 34 116 105 47 101 23
Binary 1001111 111001 10001 0 11100 1001110 1000101 100111 1000001 10011

Color Harmonies of #4F3911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3911

Black with #4F3911

Text Example


Text Example

White with #4F3911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,17); }

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

background-color css

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

 a { background-color: rgb(79,57,17); }

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

border-color css

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

 span { border-color: rgb(79,57,17); }

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