Html Css Color HEX #4E0702 Seal Brown

📋 copy color: '#4E0702'

red 78 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #4E0702

Tints of Seal Brown #4E0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.05%

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

R = 89.66%
G = 8.05%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E0702 (or 0x4E0702) is known color: Seal Brown. HEX triplet: 4E, 07 and 02. RGB value is (78,7,2). Sum of RGB (Red+Green+Blue) = 78+7+2=87 (11% of max value = 765). Red value is 78 (30.86% from 255 or 89.66% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0702 is #B1F8FD. Grayscale: #1B1B1B. Windows color (decimal): -11663614 or 132942. OLE color: 132942.

HSL color Cylindrical-coordinate representation of color #4E0702: hue angle of 3.95º 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 #4E0702 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 7 2 -
CMYK 0 0.91 0.97 0.69
HSL 3.95º 0.95% 0.16% -
HSV(B) 3.95º 0.97% 0.31% -
XYZ 3.23 1.78 0.23 -
YUV 27.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 78 7 2 0 0.91 0.97 0.69 3.95 0.95 0.16
Hex 4E 7 2 0 5B 61 45 4 5F 10
Octal 116 7 2 0 133 141 105 4 137 20
Binary 1001110 111 10 0 1011011 1100001 1000101 100 1011111 10000

Color Harmonies of #4E0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0702

Black with #4E0702

Text Example


Text Example

White with #4E0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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