Html Css Color HEX #3A0402 Seal Brown

📋 copy color: '#3A0402'

red 58 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #3A0402

Tints of Seal Brown #3A0402

RGB

 RED value IS 58 (23.05% from 255) = 90.63%

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

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

R = 90.63%
G = 6.25%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#3A0402 (or 0x3A0402) is known color: Seal Brown. HEX triplet: 3A, 04 and 02. RGB value is (58,4,2). Sum of RGB (Red+Green+Blue) = 58+4+2=64 (8% of max value = 765). Red value is 58 (23.05% from 255 or 90.62% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0402 is #C5FBFD. Grayscale: #131313. Windows color (decimal): -12975102 or 132154. OLE color: 132154.

HSL color Cylindrical-coordinate representation of color #3A0402: hue angle of 2.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0402 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 4 2 -
CMYK 0 0.93 0.97 0.77
HSL 2.14º 0.93% 0.12% -
HSV(B) 2.14º 0.97% 0.23% -
XYZ 1.8 0.99 0.15 -
YUV 19.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 58 4 2 0 0.93 0.97 0.77 2.14 0.93 0.12
Hex 3A 4 2 0 5D 61 4D 2 5D C
Octal 72 4 2 0 135 141 115 2 135 14
Binary 111010 100 10 0 1011101 1100001 1001101 10 1011101 1100

Color Harmonies of #3A0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0402

Black with #3A0402

Text Example


Text Example

White with #3A0402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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