Html Css Color HEX #4E3411 Clinker

📋 copy color: '#4E3411'

red 78 ◦ green 52 ◦ blue 17

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

Shades of Clinker #4E3411

Tints of Clinker #4E3411

RGB

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

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

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

R = 53.06%
G = 35.37%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E3411 (or 0x4E3411) is known color: Clinker. HEX triplet: 4E, 34 and 11. RGB value is (78,52,17). Sum of RGB (Red+Green+Blue) = 78+52+17=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3411 is #B1CBEE. Grayscale: #373737. Windows color (decimal): -11652079 or 1127502. OLE color: 1127502.

HSL color Cylindrical-coordinate representation of color #4E3411: hue angle of 34.43º degrees, saturation: 0.64, 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 #4E3411 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 52 17 -
CMYK 0 0.33 0.78 0.69
HSL 34.43º 0.64% 0.19% -
HSV(B) 34.43º 0.78% 0.31% -
XYZ 4.47 4.12 1.09 -
YUV 55.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 78 52 17 0 0.33 0.78 0.69 34.43 0.64 0.19
Hex 4E 34 11 0 21 4E 45 22 40 13
Octal 116 64 21 0 41 116 105 42 100 23
Binary 1001110 110100 10001 0 100001 1001110 1000101 100010 1000000 10011

Color Harmonies of #4E3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3411

Black with #4E3411

Text Example


Text Example

White with #4E3411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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