Html Css Color HEX #3B0F09 Seal Brown

📋 copy color: '#3B0F09'

red 59 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #3B0F09

Tints of Seal Brown #3B0F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.07%

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

R = 71.08%
G = 18.07%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.77

RGB Variations

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

Color information

#3B0F09 (or 0x3B0F09) is known color: Seal Brown. HEX triplet: 3B, 0F and 09. RGB value is (59,15,9). Sum of RGB (Red+Green+Blue) = 59+15+9=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F09 is #C4F0F6. Grayscale: #1B1B1B. Windows color (decimal): -12906743 or 593723. OLE color: 593723.

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

Color convert

RGB 59 15 9 -
CMYK 0 0.75 0.85 0.77
HSL 7.2º 0.74% 0.13% -
HSV(B) 7.2º 0.85% 0.23% -
XYZ 2.02 1.29 0.4 -
YUV 27.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 59 15 9 0 0.75 0.85 0.77 7.2 0.74 0.13
Hex 3B F 9 0 4B 55 4D 7 4A D
Octal 73 17 11 0 113 125 115 7 112 15
Binary 111011 1111 1001 0 1001011 1010101 1001101 111 1001010 1101

Color Harmonies of #3B0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0F09

Black with #3B0F09

Text Example


Text Example

White with #3B0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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