Html Css Color HEX #4F360E Clinker

📋 copy color: '#4F360E'

red 79 ◦ green 54 ◦ blue 14

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

Shades of Clinker #4F360E

Tints of Clinker #4F360E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 53.74%
G = 36.73%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4F360E (or 0x4F360E) is known color: Clinker. HEX triplet: 4F, 36 and 0E. RGB value is (79,54,14). Sum of RGB (Red+Green+Blue) = 79+54+14=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F360E is #B0C9F1. Grayscale: #393939. Windows color (decimal): -11586034 or 931407. OLE color: 931407.

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

Color convert

RGB 79 54 14 -
CMYK 0 0.32 0.82 0.69
HSL 36.92º 0.7% 0.18% -
HSV(B) 36.92º 0.82% 0.31% -
XYZ 4.62 4.33 1.01 -
YUV 56.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 79 54 14 0 0.32 0.82 0.69 36.92 0.7 0.18
Hex 4F 36 E 0 20 52 45 25 46 12
Octal 117 66 16 0 40 122 105 45 106 22
Binary 1001111 110110 1110 0 100000 1010010 1000101 100101 1000110 10010

Color Harmonies of #4F360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F360E

Black with #4F360E

Text Example


Text Example

White with #4F360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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