Html Css Color HEX #3D0500 Seal Brown

📋 copy color: '#3D0500'

red 61 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #3D0500

Tints of Seal Brown #3D0500

RGB

 RED value IS 61 (24.22% from 255) = 92.42%

 GREEN value IS 5 (2.34% from 255) = 7.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.42%
G = 7.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3D0500 (or 0x3D0500) is known color: Seal Brown. HEX triplet: 3D, 05 and 00. RGB value is (61,5,0). Sum of RGB (Red+Green+Blue) = 61+5+0=66 (8% of max value = 765). Red value is 61 (24.22% from 255 or 92.42% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0500 is #C2FAFF. Grayscale: #151515. Windows color (decimal): -12778240 or 1341. OLE color: 1341.

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

Color convert

RGB 61 5 0 -
CMYK 0 0.92 1 0.76
HSL 4.92º 1% 0.12% -
HSV(B) 4.92º 1% 0.24% -
XYZ 1.98 1.1 0.11 -
YUV 21.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 61 5 0 0 0.92 1 0.76 4.92 1 0.12
Hex 3D 5 0 0 5C 64 4C 5 64 C
Octal 75 5 0 0 134 144 114 5 144 14
Binary 111101 101 0 0 1011100 1100100 1001100 101 1100100 1100

Color Harmonies of #3D0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0500

Black with #3D0500

Text Example


Text Example

White with #3D0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,5,0); }

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

background-color css

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

 a { background-color: rgb(61,5,0); }

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

border-color css

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

 span { border-color: rgb(61,5,0); }

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