Html Css Color HEX #3E0F03 Seal Brown

📋 copy color: '#3E0F03'

red 62 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #3E0F03

Tints of Seal Brown #3E0F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.75%

 BLUE value IS 3 (1.56% from 255) = 3.75%

R = 77.5%
G = 18.75%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#3E0F03 (or 0x3E0F03) is known color: Seal Brown. HEX triplet: 3E, 0F and 03. RGB value is (62,15,3). Sum of RGB (Red+Green+Blue) = 62+15+3=80 (10% of max value = 765). Red value is 62 (24.61% from 255 or 77.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F03 is #C1F0FC. Grayscale: #1B1B1B. Windows color (decimal): -12710141 or 200510. OLE color: 200510.

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

Color convert

RGB 62 15 3 -
CMYK 0 0.76 0.95 0.76
HSL 12.2º 0.91% 0.13% -
HSV(B) 12.2º 0.95% 0.24% -
XYZ 2.17 1.37 0.24 -
YUV 27.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 62 15 3 0 0.76 0.95 0.76 12.2 0.91 0.13
Hex 3E F 3 0 4C 5F 4C C 5B D
Octal 76 17 3 0 114 137 114 14 133 15
Binary 111110 1111 11 0 1001100 1011111 1001100 1100 1011011 1101

Color Harmonies of #3E0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0F03

Black with #3E0F03

Text Example


Text Example

White with #3E0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,15,3); }

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

background-color css

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

 a { background-color: rgb(62,15,3); }

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

border-color css

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

 span { border-color: rgb(62,15,3); }

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