Html Css Color HEX #4E3412 Clinker

📋 copy color: '#4E3412'

red 78 ◦ green 52 ◦ blue 18

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

Shades of Clinker #4E3412

Tints of Clinker #4E3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 52.7%
G = 35.14%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4E3412 (or 0x4E3412) is known color: Clinker. HEX triplet: 4E, 34 and 12. RGB value is (78,52,18). Sum of RGB (Red+Green+Blue) = 78+52+18=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3412 is #B1CBED. Grayscale: #383838. Windows color (decimal): -11652078 or 1193038. OLE color: 1193038.

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

Color convert

RGB 78 52 18 -
CMYK 0 0.33 0.77 0.69
HSL 34º 0.63% 0.19% -
HSV(B) 34º 0.77% 0.31% -
XYZ 4.48 4.12 1.13 -
YUV 55.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 78 52 18 0 0.33 0.77 0.69 34 0.63 0.19
Hex 4E 34 12 0 21 4D 45 22 3E 13
Octal 116 64 22 0 41 115 105 42 76 23
Binary 1001110 110100 10010 0 100001 1001101 1000101 100010 111110 10011

Color Harmonies of #4E3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3412

Black with #4E3412

Text Example


Text Example

White with #4E3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,52,18); }

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

background-color css

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

 a { background-color: rgb(78,52,18); }

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

border-color css

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

 span { border-color: rgb(78,52,18); }

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