Html Css Color HEX #4A120A Seal Brown

📋 copy color: '#4A120A'

red 74 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #4A120A

Tints of Seal Brown #4A120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

 BLUE value IS 10 (4.3% from 255) = 9.8%

R = 72.55%
G = 17.65%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#4A120A (or 0x4A120A) is known color: Seal Brown. HEX triplet: 4A, 12 and 0A. RGB value is (74,18,10). Sum of RGB (Red+Green+Blue) = 74+18+10=102 (13% of max value = 765). Red value is 74 (29.30% from 255 or 72.55% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 74 - color contains mainly: red. Hex color #4A120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A120A is #B5EDF5. Grayscale: #212121. Windows color (decimal): -11922934 or 660042. OLE color: 660042.

HSL color Cylindrical-coordinate representation of color #4A120A: hue angle of 7.5º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A120A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 18 10 -
CMYK 0 0.76 0.86 0.71
HSL 7.5º 0.76% 0.16% -
HSV(B) 7.5º 0.86% 0.29% -
XYZ 3.1 1.91 0.49 -
YUV 33.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 74 18 10 0 0.76 0.86 0.71 7.5 0.76 0.16
Hex 4A 12 A 0 4C 56 47 8 4C 10
Octal 112 22 12 0 114 126 107 10 114 20
Binary 1001010 10010 1010 0 1001100 1010110 1000111 1000 1001100 10000

Color Harmonies of #4A120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A120A

Black with #4A120A

Text Example


Text Example

White with #4A120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,18,10); }

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

background-color css

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

 a { background-color: rgb(74,18,10); }

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

border-color css

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

 span { border-color: rgb(74,18,10); }

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