Html Css Color HEX #3B0601 Seal Brown

📋 copy color: '#3B0601'

red 59 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #3B0601

Tints of Seal Brown #3B0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.09%

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

R = 89.39%
G = 9.09%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B0601 (or 0x3B0601) is known color: Seal Brown. HEX triplet: 3B, 06 and 01. RGB value is (59,6,1). Sum of RGB (Red+Green+Blue) = 59+6+1=66 (8% of max value = 765). Red value is 59 (23.44% from 255 or 89.39% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0601 is #C4F9FE. Grayscale: #151515. Windows color (decimal): -12909055 or 67131. OLE color: 67131.

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

Color convert

RGB 59 6 1 -
CMYK 0 0.90 0.98 0.77
HSL 5.17º 0.97% 0.12% -
HSV(B) 5.17º 0.98% 0.23% -
XYZ 1.87 1.06 0.13 -
YUV 21.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 59 6 1 0 0.90 0.98 0.77 5.17 0.97 0.12
Hex 3B 6 1 0 5A 62 4D 5 61 C
Octal 73 6 1 0 132 142 115 5 141 14
Binary 111011 110 1 0 1011010 1100010 1001101 101 1100001 1100

Color Harmonies of #3B0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0601

Black with #3B0601

Text Example


Text Example

White with #3B0601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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