Html Css Color HEX #4E381A Clinker

📋 copy color: '#4E381A'

red 78 ◦ green 56 ◦ blue 26

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

Shades of Clinker #4E381A

Tints of Clinker #4E381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 48.75%
G = 35%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E381A (or 0x4E381A) is known color: Clinker. HEX triplet: 4E, 38 and 1A. RGB value is (78,56,26). Sum of RGB (Red+Green+Blue) = 78+56+26=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E381A is #B1C7E5. Grayscale: #3B3B3B. Windows color (decimal): -11651046 or 1718350. OLE color: 1718350.

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

Color convert

RGB 78 56 26 -
CMYK 0 0.28 0.67 0.69
HSL 34.62º 0.5% 0.2% -
HSV(B) 34.62º 0.67% 0.31% -
XYZ 4.74 4.52 1.6 -
YUV 59.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 78 56 26 0 0.28 0.67 0.69 34.62 0.5 0.2
Hex 4E 38 1A 0 1C 43 45 23 32 14
Octal 116 70 32 0 34 103 105 43 62 24
Binary 1001110 111000 11010 0 11100 1000011 1000101 100011 110010 10100

Color Harmonies of #4E381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E381A

Black with #4E381A

Text Example


Text Example

White with #4E381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,26); }

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

background-color css

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

 a { background-color: rgb(78,56,26); }

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

border-color css

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

 span { border-color: rgb(78,56,26); }

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