Html Css Color HEX #4E0202 Seal Brown

📋 copy color: '#4E0202'

red 78 ◦ green 2 ◦ blue 2

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

Shades of Seal Brown #4E0202

Tints of Seal Brown #4E0202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.44%

 BLUE value IS 2 (1.17% from 255) = 2.44%

R = 95.12%
G = 2.44%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E0202 (or 0x4E0202) is known color: Seal Brown. HEX triplet: 4E, 02 and 02. RGB value is (78,2,2). Sum of RGB (Red+Green+Blue) = 78+2+2=82 (10% of max value = 765). Red value is 78 (30.86% from 255 or 95.12% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0202 is #B1FDFD. Grayscale: #181818. Windows color (decimal): -11664894 or 131662. OLE color: 131662.

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

Color convert

RGB 78 2 2 -
CMYK 0 0.97 0.97 0.69
HSL 0.95% 0.16% -
HSV(B) 0.97% 0.31% -
XYZ 3.17 1.67 0.21 -
YUV 24.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 78 2 2 0 0.97 0.97 0.69 0 0.95 0.16
Hex 4E 2 2 0 61 61 45 0 5F 10
Octal 116 2 2 0 141 141 105 0 137 20
Binary 1001110 10 10 0 1100001 1100001 1000101 0 1011111 10000

Color Harmonies of #4E0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0202

Black with #4E0202

Text Example


Text Example

White with #4E0202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,2,2); }

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

background-color css

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

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

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

border-color css

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

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

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