Html Css Color HEX #3B0501 Seal Brown

📋 copy color: '#3B0501'

red 59 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #3B0501

Tints of Seal Brown #3B0501

RGB

 RED value IS 59 (23.44% from 255) = 90.77%

 GREEN value IS 5 (2.34% from 255) = 7.69%

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

R = 90.77%
G = 7.69%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B0501 (or 0x3B0501) is known color: Seal Brown. HEX triplet: 3B, 05 and 01. RGB value is (59,5,1). Sum of RGB (Red+Green+Blue) = 59+5+1=65 (8% of max value = 765). Red value is 59 (23.44% from 255 or 90.77% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0501 is #C4FAFE. Grayscale: #141414. Windows color (decimal): -12909311 or 66875. OLE color: 66875.

HSL color Cylindrical-coordinate representation of color #3B0501: hue angle of 4.14º 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 #3B0501 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 5 1 -
CMYK 0 0.92 0.98 0.77
HSL 4.14º 0.97% 0.12% -
HSV(B) 4.14º 0.98% 0.23% -
XYZ 1.86 1.04 0.13 -
YUV 20.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 59 5 1 0 0.92 0.98 0.77 4.14 0.97 0.12
Hex 3B 5 1 0 5C 62 4D 4 61 C
Octal 73 5 1 0 134 142 115 4 141 14
Binary 111011 101 1 0 1011100 1100010 1001101 100 1100001 1100

Color Harmonies of #3B0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0501

Black with #3B0501

Text Example


Text Example

White with #3B0501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,1); }

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

background-color css

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

 a { background-color: rgb(59,5,1); }

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

border-color css

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

 span { border-color: rgb(59,5,1); }

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