Html Css Color HEX #3A130F Seal Brown

📋 copy color: '#3A130F'

red 58 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #3A130F

Tints of Seal Brown #3A130F

RGB

 RED value IS 58 (23.05% from 255) = 63.04%

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

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

R = 63.04%
G = 20.65%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#3A130F (or 0x3A130F) is known color: Seal Brown. HEX triplet: 3A, 13 and 0F. RGB value is (58,19,15). Sum of RGB (Red+Green+Blue) = 58+19+15=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A130F is #C5ECF0. Grayscale: #1E1E1E. Windows color (decimal): -12971249 or 987962. OLE color: 987962.

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

Color convert

RGB 58 19 15 -
CMYK 0 0.67 0.74 0.77
HSL 5.58º 0.59% 0.14% -
HSV(B) 5.58º 0.74% 0.23% -
XYZ 2.06 1.4 0.61 -
YUV 30.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 58 19 15 0 0.67 0.74 0.77 5.58 0.59 0.14
Hex 3A 13 F 0 43 4A 4D 6 3B E
Octal 72 23 17 0 103 112 115 6 73 16
Binary 111010 10011 1111 0 1000011 1001010 1001101 110 111011 1110

Color Harmonies of #3A130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A130F

Black with #3A130F

Text Example


Text Example

White with #3A130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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