Html Css Color HEX #4A100C Seal Brown

📋 copy color: '#4A100C'

red 74 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #4A100C

Tints of Seal Brown #4A100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.69%

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

R = 72.55%
G = 15.69%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A100C (or 0x4A100C) is known color: Seal Brown. HEX triplet: 4A, 10 and 0C. RGB value is (74,16,12). Sum of RGB (Red+Green+Blue) = 74+16+12=102 (13% of max value = 765). Red value is 74 (29.30% from 255 or 72.55% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 74 - color contains mainly: red. Hex color #4A100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A100C is #B5EFF3. Grayscale: #202020. Windows color (decimal): -11923444 or 790602. OLE color: 790602.

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

Color convert

RGB 74 16 12 -
CMYK 0 0.78 0.84 0.71
HSL 3.87º 0.72% 0.17% -
HSV(B) 3.87º 0.84% 0.29% -
XYZ 3.08 1.85 0.54 -
YUV 32.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 74 16 12 0 0.78 0.84 0.71 3.87 0.72 0.17
Hex 4A 10 C 0 4E 54 47 4 48 11
Octal 112 20 14 0 116 124 107 4 110 21
Binary 1001010 10000 1100 0 1001110 1010100 1000111 100 1001000 10001

Color Harmonies of #4A100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A100C

Black with #4A100C

Text Example


Text Example

White with #4A100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,12); }

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

background-color css

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

 a { background-color: rgb(74,16,12); }

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

border-color css

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

 span { border-color: rgb(74,16,12); }

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