Html Css Color HEX #4E381F Clinker

📋 copy color: '#4E381F'

red 78 ◦ green 56 ◦ blue 31

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

Shades of Clinker #4E381F

Tints of Clinker #4E381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 47.27%
G = 33.94%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#4E381F (or 0x4E381F) is known color: Clinker. HEX triplet: 4E, 38 and 1F. RGB value is (78,56,31). Sum of RGB (Red+Green+Blue) = 78+56+31=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E381F is #B1C7E0. Grayscale: #3B3B3B. Windows color (decimal): -11651041 or 2046030. OLE color: 2046030.

HSL color Cylindrical-coordinate representation of color #4E381F: hue angle of 31.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E381F is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 56 31 -
CMYK 0 0.28 0.60 0.69
HSL 31.91º 0.43% 0.21% -
HSV(B) 31.91º 0.6% 0.31% -
XYZ 4.8 4.55 1.92 -
YUV 59.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 78 56 31 0 0.28 0.60 0.69 31.91 0.43 0.21
Hex 4E 38 1F 0 1C 3C 45 20 2B 15
Octal 116 70 37 0 34 74 105 40 53 25
Binary 1001110 111000 11111 0 11100 111100 1000101 100000 101011 10101

Color Harmonies of #4E381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E381F

Black with #4E381F

Text Example


Text Example

White with #4E381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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