Html Css Color HEX #4A140E Seal Brown

📋 copy color: '#4A140E'

red 74 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #4A140E

Tints of Seal Brown #4A140E

RGB

 RED value IS 74 (29.3% from 255) = 68.52%

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

 BLUE value IS 14 (5.86% from 255) = 12.96%

R = 68.52%
G = 18.52%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4A140E (or 0x4A140E) is known color: Seal Brown. HEX triplet: 4A, 14 and 0E. RGB value is (74,20,14). Sum of RGB (Red+Green+Blue) = 74+20+14=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A140E is #B5EBF1. Grayscale: #232323. Windows color (decimal): -11922418 or 922698. OLE color: 922698.

HSL color Cylindrical-coordinate representation of color #4A140E: hue angle of 6º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A140E is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 20 14 -
CMYK 0 0.73 0.81 0.71
HSL 0.68% 0.17% -
HSV(B) 0.81% 0.29% -
XYZ 3.15 1.99 0.63 -
YUV 35.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 74 20 14 0 0.73 0.81 0.71 6 0.68 0.17
Hex 4A 14 E 0 49 51 47 6 44 11
Octal 112 24 16 0 111 121 107 6 104 21
Binary 1001010 10100 1110 0 1001001 1010001 1000111 110 1000100 10001

Color Harmonies of #4A140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A140E

Black with #4A140E

Text Example


Text Example

White with #4A140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A140E; }

 p { color: rgb(74,20,14); }

 H1.HeaderClassName
 {
   color: #4A140E;
 }
 .AnyTagClassName
 {
   color: #4A140E;
 }
</style>

background-color css

<style>
 a { background-color: #4A140E; }

 a { background-color: rgb(74,20,14); }

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

border-color css

<style>
 span { border-color: #4A140E; }

 span { border-color: rgb(74,20,14); }

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