Html Css Color HEX #4E381B Clinker

📋 copy color: '#4E381B'

red 78 ◦ green 56 ◦ blue 27

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

Shades of Clinker #4E381B

Tints of Clinker #4E381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 48.45%
G = 34.78%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4E381B (or 0x4E381B) is known color: Clinker. HEX triplet: 4E, 38 and 1B. RGB value is (78,56,27). Sum of RGB (Red+Green+Blue) = 78+56+27=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E381B is #B1C7E4. Grayscale: #3B3B3B. Windows color (decimal): -11651045 or 1783886. OLE color: 1783886.

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

Color convert

RGB 78 56 27 -
CMYK 0 0.28 0.65 0.69
HSL 34.12º 0.49% 0.21% -
HSV(B) 34.12º 0.65% 0.31% -
XYZ 4.75 4.53 1.66 -
YUV 59.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 78 56 27 0 0.28 0.65 0.69 34.12 0.49 0.21
Hex 4E 38 1B 0 1C 41 45 22 31 15
Octal 116 70 33 0 34 101 105 42 61 25
Binary 1001110 111000 11011 0 11100 1000001 1000101 100010 110001 10101

Color Harmonies of #4E381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E381B

Black with #4E381B

Text Example


Text Example

White with #4E381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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