Html Css Color HEX #3C0D0D Seal Brown

📋 copy color: '#3C0D0D'

red 60 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #3C0D0D

Tints of Seal Brown #3C0D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 69.77%
G = 15.12%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C0D0D (or 0x3C0D0D) is known color: Seal Brown. HEX triplet: 3C, 0D and 0D. RGB value is (60,13,13). Sum of RGB (Red+Green+Blue) = 60+13+13=86 (11% of max value = 765). Red value is 60 (23.83% from 255 or 69.77% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D0D is #C3F2F2. Grayscale: #1B1B1B. Windows color (decimal): -12841715 or 855356. OLE color: 855356.

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

Color convert

RGB 60 13 13 -
CMYK 0 0.78 0.78 0.76
HSL 0.64% 0.14% -
HSV(B) 0.78% 0.24% -
XYZ 2.08 1.28 0.52 -
YUV 27.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 60 13 13 0 0.78 0.78 0.76 0 0.64 0.14
Hex 3C D D 0 4E 4E 4C 0 40 E
Octal 74 15 15 0 116 116 114 0 100 16
Binary 111100 1101 1101 0 1001110 1001110 1001100 0 1000000 1110

Color Harmonies of #3C0D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D0D

Black with #3C0D0D

Text Example


Text Example

White with #3C0D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,13,13); }

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

background-color css

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

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

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

border-color css

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

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

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