Html Css Color HEX #4C120A Seal Brown

📋 copy color: '#4C120A'

red 76 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #4C120A

Tints of Seal Brown #4C120A

RGB

 RED value IS 76 (30.08% from 255) = 73.08%

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

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

R = 73.08%
G = 17.31%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#4C120A (or 0x4C120A) is known color: Seal Brown. HEX triplet: 4C, 12 and 0A. RGB value is (76,18,10). Sum of RGB (Red+Green+Blue) = 76+18+10=104 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.08% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 76 - color contains mainly: red. Hex color #4C120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C120A is #B3EDF5. Grayscale: #222222. Windows color (decimal): -11791862 or 660044. OLE color: 660044.

HSL color Cylindrical-coordinate representation of color #4C120A: hue angle of 7.27º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C120A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 18 10 -
CMYK 0 0.76 0.87 0.70
HSL 7.27º 0.77% 0.17% -
HSV(B) 7.27º 0.87% 0.3% -
XYZ 3.25 1.99 0.5 -
YUV 34.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 76 18 10 0 0.76 0.87 0.70 7.27 0.77 0.17
Hex 4C 12 A 0 4C 57 46 7 4D 11
Octal 114 22 12 0 114 127 106 7 115 21
Binary 1001100 10010 1010 0 1001100 1010111 1000110 111 1001101 10001

Color Harmonies of #4C120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C120A

Black with #4C120A

Text Example


Text Example

White with #4C120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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