Html Css Color HEX #3C120B Seal Brown

📋 copy color: '#3C120B'

red 60 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #3C120B

Tints of Seal Brown #3C120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 67.42%
G = 20.22%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3C120B (or 0x3C120B) is known color: Seal Brown. HEX triplet: 3C, 12 and 0B. RGB value is (60,18,11). Sum of RGB (Red+Green+Blue) = 60+18+11=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C120B is #C3EDF4. Grayscale: #1D1D1D. Windows color (decimal): -12840437 or 725564. OLE color: 725564.

HSL color Cylindrical-coordinate representation of color #3C120B: hue angle of 8.57º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C120B is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 18 11 -
CMYK 0 0.7 0.82 0.76
HSL 8.57º 0.69% 0.14% -
HSV(B) 8.57º 0.82% 0.24% -
XYZ 2.14 1.42 0.48 -
YUV 29.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 60 18 11 0 0.7 0.82 0.76 8.57 0.69 0.14
Hex 3C 12 B 0 46 52 4C 9 45 E
Octal 74 22 13 0 106 122 114 11 105 16
Binary 111100 10010 1011 0 1000110 1010010 1001100 1001 1000101 1110

Color Harmonies of #3C120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C120B

Black with #3C120B

Text Example


Text Example

White with #3C120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,18,11); }

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

background-color css

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

 a { background-color: rgb(60,18,11); }

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

border-color css

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

 span { border-color: rgb(60,18,11); }

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