Html Css Color HEX #3E0B02 Seal Brown

📋 copy color: '#3E0B02'

red 62 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #3E0B02

Tints of Seal Brown #3E0B02

RGB

 RED value IS 62 (24.61% from 255) = 82.67%

 GREEN value IS 11 (4.69% from 255) = 14.67%

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

R = 82.67%
G = 14.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3E0B02 (or 0x3E0B02) is known color: Seal Brown. HEX triplet: 3E, 0B and 02. RGB value is (62,11,2). Sum of RGB (Red+Green+Blue) = 62+11+2=75 (9% of max value = 765). Red value is 62 (24.61% from 255 or 82.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B02 is #C1F4FD. Grayscale: #191919. Windows color (decimal): -12711166 or 133950. OLE color: 133950.

HSL color Cylindrical-coordinate representation of color #3E0B02: hue angle of 9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0B02 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 11 2 -
CMYK 0 0.82 0.97 0.76
HSL 0.94% 0.13% -
HSV(B) 0.97% 0.24% -
XYZ 2.12 1.27 0.19 -
YUV 25.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 62 11 2 0 0.82 0.97 0.76 9 0.94 0.13
Hex 3E B 2 0 52 61 4C 9 5E D
Octal 76 13 2 0 122 141 114 11 136 15
Binary 111110 1011 10 0 1010010 1100001 1001100 1001 1011110 1101

Color Harmonies of #3E0B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0B02

Black with #3E0B02

Text Example


Text Example

White with #3E0B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0B02; }

 p { color: rgb(62,11,2); }

 H1.HeaderClassName
 {
   color: #3E0B02;
 }
 .AnyTagClassName
 {
   color: #3E0B02;
 }
</style>

background-color css

<style>
 a { background-color: #3E0B02; }

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

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

border-color css

<style>
 span { border-color: #3E0B02; }

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

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