Html Css Color HEX #2E0402 Seal Brown

📋 copy color: '#2E0402'

red 46 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #2E0402

Tints of Seal Brown #2E0402

RGB

 RED value IS 46 (18.36% from 255) = 88.46%

 GREEN value IS 4 (1.95% from 255) = 7.69%

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

R = 88.46%
G = 7.69%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.82

RGB Variations

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

Color information

#2E0402 (or 0x2E0402) is known color: Seal Brown. HEX triplet: 2E, 04 and 02. RGB value is (46,4,2). Sum of RGB (Red+Green+Blue) = 46+4+2=52 (6% of max value = 765). Red value is 46 (18.36% from 255 or 88.46% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0402 is #D1FBFD. Grayscale: #101010. Windows color (decimal): -13761534 or 132142. OLE color: 132142.

HSL color Cylindrical-coordinate representation of color #2E0402: hue angle of 2.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0402 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 4 2 -
CMYK 0 0.91 0.96 0.82
HSL 2.73º 0.92% 0.09% -
HSV(B) 2.73º 0.96% 0.18% -
XYZ 1.18 0.67 0.12 -
YUV 16.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 46 4 2 0 0.91 0.96 0.82 2.73 0.92 0.09
Hex 2E 4 2 0 5B 60 52 3 5C 9
Octal 56 4 2 0 133 140 122 3 134 11
Binary 101110 100 10 0 1011011 1100000 1010010 11 1011100 1001

Color Harmonies of #2E0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0402

Black with #2E0402

Text Example


Text Example

White with #2E0402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E0402; }

 p { color: rgb(46,4,2); }

 H1.HeaderClassName
 {
   color: #2E0402;
 }
 .AnyTagClassName
 {
   color: #2E0402;
 }
</style>

background-color css

<style>
 a { background-color: #2E0402; }

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

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

border-color css

<style>
 span { border-color: #2E0402; }

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

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