Html Css Color HEX #3B130A Seal Brown

📋 copy color: '#3B130A'

red 59 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #3B130A

Tints of Seal Brown #3B130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.36%

R = 67.05%
G = 21.59%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.77

RGB Variations

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

Color information

#3B130A (or 0x3B130A) is known color: Seal Brown. HEX triplet: 3B, 13 and 0A. RGB value is (59,19,10). Sum of RGB (Red+Green+Blue) = 59+19+10=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B130A is #C4ECF5. Grayscale: #1E1E1E. Windows color (decimal): -12905718 or 660283. OLE color: 660283.

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

Color convert

RGB 59 19 10 -
CMYK 0 0.68 0.83 0.77
HSL 11.02º 0.71% 0.14% -
HSV(B) 11.02º 0.83% 0.23% -
XYZ 2.09 1.42 0.45 -
YUV 29.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 59 19 10 0 0.68 0.83 0.77 11.02 0.71 0.14
Hex 3B 13 A 0 44 53 4D B 47 E
Octal 73 23 12 0 104 123 115 13 107 16
Binary 111011 10011 1010 0 1000100 1010011 1001101 1011 1000111 1110

Color Harmonies of #3B130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B130A

Black with #3B130A

Text Example


Text Example

White with #3B130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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