Html Css Color HEX #4E381D Clinker

📋 copy color: '#4E381D'

red 78 ◦ green 56 ◦ blue 29

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

Shades of Clinker #4E381D

Tints of Clinker #4E381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 47.85%
G = 34.36%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4E381D (or 0x4E381D) is known color: Clinker. HEX triplet: 4E, 38 and 1D. RGB value is (78,56,29). Sum of RGB (Red+Green+Blue) = 78+56+29=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E381D is #B1C7E2. Grayscale: #3B3B3B. Windows color (decimal): -11651043 or 1914958. OLE color: 1914958.

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

Color convert

RGB 78 56 29 -
CMYK 0 0.28 0.63 0.69
HSL 33.06º 0.46% 0.21% -
HSV(B) 33.06º 0.63% 0.31% -
XYZ 4.78 4.54 1.79 -
YUV 59.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 78 56 29 0 0.28 0.63 0.69 33.06 0.46 0.21
Hex 4E 38 1D 0 1C 3F 45 21 2E 15
Octal 116 70 35 0 34 77 105 41 56 25
Binary 1001110 111000 11101 0 11100 111111 1000101 100001 101110 10101

Color Harmonies of #4E381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E381D

Black with #4E381D

Text Example


Text Example

White with #4E381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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