Html Css Color HEX #3A140C Seal Brown

📋 copy color: '#3A140C'

red 58 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #3A140C

Tints of Seal Brown #3A140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.33%

R = 64.44%
G = 22.22%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.77

RGB Variations

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

Color information

#3A140C (or 0x3A140C) is known color: Seal Brown. HEX triplet: 3A, 14 and 0C. RGB value is (58,20,12). Sum of RGB (Red+Green+Blue) = 58+20+12=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A140C is #C5EBF3. Grayscale: #1E1E1E. Windows color (decimal): -12970996 or 791610. OLE color: 791610.

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

Color convert

RGB 58 20 12 -
CMYK 0 0.66 0.79 0.77
HSL 10.43º 0.66% 0.14% -
HSV(B) 10.43º 0.79% 0.23% -
XYZ 2.06 1.43 0.51 -
YUV 30.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 58 20 12 0 0.66 0.79 0.77 10.43 0.66 0.14
Hex 3A 14 C 0 42 4F 4D A 42 E
Octal 72 24 14 0 102 117 115 12 102 16
Binary 111010 10100 1100 0 1000010 1001111 1001101 1010 1000010 1110

Color Harmonies of #3A140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A140C

Black with #3A140C

Text Example


Text Example

White with #3A140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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