Html Css Color HEX #4E380F Clinker

📋 copy color: '#4E380F'

red 78 ◦ green 56 ◦ blue 15

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

Shades of Clinker #4E380F

Tints of Clinker #4E380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 52.35%
G = 37.58%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4E380F (or 0x4E380F) is known color: Clinker. HEX triplet: 4E, 38 and 0F. RGB value is (78,56,15). Sum of RGB (Red+Green+Blue) = 78+56+15=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E380F is #B1C7F0. Grayscale: #3A3A3A. Windows color (decimal): -11651057 or 997454. OLE color: 997454.

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

Color convert

RGB 78 56 15 -
CMYK 0 0.28 0.81 0.69
HSL 39.05º 0.68% 0.18% -
HSV(B) 39.05º 0.81% 0.31% -
XYZ 4.64 4.48 1.07 -
YUV 57.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 78 56 15 0 0.28 0.81 0.69 39.05 0.68 0.18
Hex 4E 38 F 0 1C 51 45 27 44 12
Octal 116 70 17 0 34 121 105 47 104 22
Binary 1001110 111000 1111 0 11100 1010001 1000101 100111 1000100 10010

Color Harmonies of #4E380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E380F

Black with #4E380F

Text Example


Text Example

White with #4E380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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