Html Css Color HEX #4A1312 Seal Brown

📋 copy color: '#4A1312'

red 74 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #4A1312

Tints of Seal Brown #4A1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 66.67%
G = 17.12%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#4A1312 (or 0x4A1312) is known color: Seal Brown. HEX triplet: 4A, 13 and 12. RGB value is (74,19,18). Sum of RGB (Red+Green+Blue) = 74+19+18=111 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.67% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1312 is #B5ECED. Grayscale: #232323. Windows color (decimal): -11922670 or 1184586. OLE color: 1184586.

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

Color convert

RGB 74 19 18 -
CMYK 0 0.74 0.76 0.71
HSL 1.07º 0.61% 0.18% -
HSV(B) 1.07º 0.76% 0.29% -
XYZ 3.17 1.97 0.78 -
YUV 35.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 74 19 18 0 0.74 0.76 0.71 1.07 0.61 0.18
Hex 4A 13 12 0 4A 4C 47 1 3D 12
Octal 112 23 22 0 112 114 107 1 75 22
Binary 1001010 10011 10010 0 1001010 1001100 1000111 1 111101 10010

Color Harmonies of #4A1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1312

Black with #4A1312

Text Example


Text Example

White with #4A1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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