Html Css Color HEX #3C1002 Seal Brown

📋 copy color: '#3C1002'

red 60 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #3C1002

Tints of Seal Brown #3C1002

RGB

 RED value IS 60 (23.83% from 255) = 76.92%

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

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

R = 76.92%
G = 20.51%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3C1002 (or 0x3C1002) is known color: Seal Brown. HEX triplet: 3C, 10 and 02. RGB value is (60,16,2). Sum of RGB (Red+Green+Blue) = 60+16+2=78 (10% of max value = 765). Red value is 60 (23.83% from 255 or 76.92% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1002 is #C3EFFD. Grayscale: #1B1B1B. Windows color (decimal): -12840958 or 135228. OLE color: 135228.

HSL color Cylindrical-coordinate representation of color #3C1002: hue angle of 14.48º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C1002 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 16 2 -
CMYK 0 0.73 0.97 0.76
HSL 14.48º 0.94% 0.12% -
HSV(B) 14.48º 0.97% 0.24% -
XYZ 2.06 1.34 0.21 -
YUV 27.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 60 16 2 0 0.73 0.97 0.76 14.48 0.94 0.12
Hex 3C 10 2 0 49 61 4C E 5E C
Octal 74 20 2 0 111 141 114 16 136 14
Binary 111100 10000 10 0 1001001 1100001 1001100 1110 1011110 1100

Color Harmonies of #3C1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1002

Black with #3C1002

Text Example


Text Example

White with #3C1002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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