Html Css Color HEX #3A0801 Seal Brown

📋 copy color: '#3A0801'

red 58 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #3A0801

Tints of Seal Brown #3A0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.94%

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 86.57%
G = 11.94%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3A0801 (or 0x3A0801) is known color: Seal Brown. HEX triplet: 3A, 08 and 01. RGB value is (58,8,1). Sum of RGB (Red+Green+Blue) = 58+8+1=67 (8% of max value = 765). Red value is 58 (23.05% from 255 or 86.57% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0801 is #C5F7FE. Grayscale: #161616. Windows color (decimal): -12974079 or 67642. OLE color: 67642.

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

Color convert

RGB 58 8 1 -
CMYK 0 0.86 0.98 0.77
HSL 7.37º 0.97% 0.12% -
HSV(B) 7.37º 0.98% 0.23% -
XYZ 1.84 1.08 0.14 -
YUV 22.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 58 8 1 0 0.86 0.98 0.77 7.37 0.97 0.12
Hex 3A 8 1 0 56 62 4D 7 61 C
Octal 72 10 1 0 126 142 115 7 141 14
Binary 111010 1000 1 0 1010110 1100010 1001101 111 1100001 1100

Color Harmonies of #3A0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0801

Black with #3A0801

Text Example


Text Example

White with #3A0801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,8,1); }

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

background-color css

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

 a { background-color: rgb(58,8,1); }

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

border-color css

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

 span { border-color: rgb(58,8,1); }

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