Html Css Color HEX #4C1002 Seal Brown

📋 copy color: '#4C1002'

red 76 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #4C1002

Tints of Seal Brown #4C1002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.13%

R = 80.85%
G = 17.02%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4C1002 (or 0x4C1002) is known color: Seal Brown. HEX triplet: 4C, 10 and 02. RGB value is (76,16,2). Sum of RGB (Red+Green+Blue) = 76+16+2=94 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80.85% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1002 is #B3EFFD. Grayscale: #202020. Windows color (decimal): -11792382 or 135244. OLE color: 135244.

HSL color Cylindrical-coordinate representation of color #4C1002: hue angle of 11.35º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C1002 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 16 2 -
CMYK 0 0.79 0.97 0.70
HSL 11.35º 0.95% 0.15% -
HSV(B) 11.35º 0.97% 0.3% -
XYZ 3.18 1.91 0.26 -
YUV 32.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 76 16 2 0 0.79 0.97 0.70 11.35 0.95 0.15
Hex 4C 10 2 0 4F 61 46 B 5F F
Octal 114 20 2 0 117 141 106 13 137 17
Binary 1001100 10000 10 0 1001111 1100001 1000110 1011 1011111 1111

Color Harmonies of #4C1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1002

Black with #4C1002

Text Example


Text Example

White with #4C1002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,2); }

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

background-color css

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

 a { background-color: rgb(76,16,2); }

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

border-color css

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

 span { border-color: rgb(76,16,2); }

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