Html Css Color HEX #3B0A09 Seal Brown

📋 copy color: '#3B0A09'

red 59 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #3B0A09

Tints of Seal Brown #3B0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.82%

 BLUE value IS 9 (3.91% from 255) = 11.54%

R = 75.64%
G = 12.82%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.77

RGB Variations

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

Color information

#3B0A09 (or 0x3B0A09) is known color: Seal Brown. HEX triplet: 3B, 0A and 09. RGB value is (59,10,9). Sum of RGB (Red+Green+Blue) = 59+10+9=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0A09 is #C4F5F6. Grayscale: #181818. Windows color (decimal): -12908023 or 592443. OLE color: 592443.

HSL color Cylindrical-coordinate representation of color #3B0A09: hue angle of 1.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0A09 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 10 9 -
CMYK 0 0.83 0.85 0.77
HSL 1.2º 0.74% 0.13% -
HSV(B) 1.2º 0.85% 0.23% -
XYZ 1.96 1.17 0.38 -
YUV 24.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 59 10 9 0 0.83 0.85 0.77 1.2 0.74 0.13
Hex 3B A 9 0 53 55 4D 1 4A D
Octal 73 12 11 0 123 125 115 1 112 15
Binary 111011 1010 1001 0 1010011 1010101 1001101 1 1001010 1101

Color Harmonies of #3B0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0A09

Black with #3B0A09

Text Example


Text Example

White with #3B0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,10,9); }

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

background-color css

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

 a { background-color: rgb(59,10,9); }

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

border-color css

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

 span { border-color: rgb(59,10,9); }

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