Html Css Color HEX #3B0402 Seal Brown

📋 copy color: '#3B0402'

red 59 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #3B0402

Tints of Seal Brown #3B0402

RGB

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

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

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

R = 90.77%
G = 6.15%
B = 3.08%

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

#3B0402 (or 0x3B0402) is known color: Seal Brown. HEX triplet: 3B, 04 and 02. RGB value is (59,4,2). Sum of RGB (Red+Green+Blue) = 59+4+2=65 (8% of max value = 765). Red value is 59 (23.44% from 255 or 90.77% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0402 is #C4FBFD. Grayscale: #141414. Windows color (decimal): -12909566 or 132155. OLE color: 132155.

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

Color convert

RGB 59 4 2 -
CMYK 0 0.93 0.97 0.77
HSL 2.11º 0.93% 0.12% -
HSV(B) 2.11º 0.97% 0.23% -
XYZ 1.86 1.02 0.16 -
YUV 20.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 59 4 2 0 0.93 0.97 0.77 2.11 0.93 0.12
Hex 3B 4 2 0 5D 61 4D 2 5D C
Octal 73 4 2 0 135 141 115 2 135 14
Binary 111011 100 10 0 1011101 1100001 1001101 10 1011101 1100

Color Harmonies of #3B0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0402

Black with #3B0402

Text Example


Text Example

White with #3B0402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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