Html Css Color HEX #3B130F Seal Brown

📋 copy color: '#3B130F'

red 59 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #3B130F

Tints of Seal Brown #3B130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

 BLUE value IS 15 (6.25% from 255) = 16.13%

R = 63.44%
G = 20.43%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#3B130F (or 0x3B130F) is known color: Seal Brown. HEX triplet: 3B, 13 and 0F. RGB value is (59,19,15). Sum of RGB (Red+Green+Blue) = 59+19+15=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B130F is #C4ECF0. Grayscale: #1E1E1E. Windows color (decimal): -12905713 or 987963. OLE color: 987963.

HSL color Cylindrical-coordinate representation of color #3B130F: hue angle of 5.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B130F is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 19 15 -
CMYK 0 0.68 0.75 0.77
HSL 5.45º 0.59% 0.15% -
HSV(B) 5.45º 0.75% 0.23% -
XYZ 2.12 1.43 0.62 -
YUV 30.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 59 19 15 0 0.68 0.75 0.77 5.45 0.59 0.15
Hex 3B 13 F 0 44 4B 4D 5 3B F
Octal 73 23 17 0 104 113 115 5 73 17
Binary 111011 10011 1111 0 1000100 1001011 1001101 101 111011 1111

Color Harmonies of #3B130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B130F

Black with #3B130F

Text Example


Text Example

White with #3B130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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