Html Css Color HEX #3A140D Seal Brown

📋 copy color: '#3A140D'

red 58 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #3A140D

Tints of Seal Brown #3A140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.98%

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 63.74%
G = 21.98%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A140D (or 0x3A140D) is known color: Seal Brown. HEX triplet: 3A, 14 and 0D. RGB value is (58,20,13). Sum of RGB (Red+Green+Blue) = 58+20+13=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A140D is #C5EBF2. Grayscale: #1E1E1E. Windows color (decimal): -12970995 or 857146. OLE color: 857146.

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

Color convert

RGB 58 20 13 -
CMYK 0 0.66 0.78 0.77
HSL 9.33º 0.63% 0.14% -
HSV(B) 9.33º 0.78% 0.23% -
XYZ 2.07 1.43 0.55 -
YUV 30.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 58 20 13 0 0.66 0.78 0.77 9.33 0.63 0.14
Hex 3A 14 D 0 42 4E 4D 9 3F E
Octal 72 24 15 0 102 116 115 11 77 16
Binary 111010 10100 1101 0 1000010 1001110 1001101 1001 111111 1110

Color Harmonies of #3A140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A140D

Black with #3A140D

Text Example


Text Example

White with #3A140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,20,13); }

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

background-color css

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

 a { background-color: rgb(58,20,13); }

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

border-color css

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

 span { border-color: rgb(58,20,13); }

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