Html Css Color HEX #4E350E Clinker

📋 copy color: '#4E350E'

red 78 ◦ green 53 ◦ blue 14

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

Shades of Clinker #4E350E

Tints of Clinker #4E350E

RGB

 RED value IS 78 (30.86% from 255) = 53.79%

 GREEN value IS 53 (21.09% from 255) = 36.55%

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

R = 53.79%
G = 36.55%
B = 9.66%

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

#4E350E (or 0x4E350E) is known color: Clinker. HEX triplet: 4E, 35 and 0E. RGB value is (78,53,14). Sum of RGB (Red+Green+Blue) = 78+53+14=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E350E is #B1CAF1. Grayscale: #383838. Windows color (decimal): -11651826 or 931150. OLE color: 931150.

HSL color Cylindrical-coordinate representation of color #4E350E: hue angle of 36.56º 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 #4E350E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 53 14 -
CMYK 0 0.32 0.82 0.69
HSL 36.56º 0.7% 0.18% -
HSV(B) 36.56º 0.82% 0.31% -
XYZ 4.49 4.2 0.99 -
YUV 56.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 78 53 14 0 0.32 0.82 0.69 36.56 0.7 0.18
Hex 4E 35 E 0 20 52 45 25 46 12
Octal 116 65 16 0 40 122 105 45 106 22
Binary 1001110 110101 1110 0 100000 1010010 1000101 100101 1000110 10010

Color Harmonies of #4E350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E350E

Black with #4E350E

Text Example


Text Example

White with #4E350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,53,14); }

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

background-color css

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

 a { background-color: rgb(78,53,14); }

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

border-color css

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

 span { border-color: rgb(78,53,14); }

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