Html Css Color HEX #3F0D00 Seal Brown

📋 copy color: '#3F0D00'

red 63 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #3F0D00

Tints of Seal Brown #3F0D00

RGB

 RED value IS 63 (25% from 255) = 82.89%

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

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

R = 82.89%
G = 17.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F0D00 (or 0x3F0D00) is known color: Seal Brown. HEX triplet: 3F, 0D and 00. RGB value is (63,13,0). Sum of RGB (Red+Green+Blue) = 63+13+0=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0D00 is #C0F2FF. Grayscale: #1A1A1A. Windows color (decimal): -12645120 or 3391. OLE color: 3391.

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

Color convert

RGB 63 13 0 -
CMYK 0 0.79 1 0.75
HSL 12.38º 1% 0.12% -
HSV(B) 12.38º 1% 0.25% -
XYZ 2.19 1.34 0.14 -
YUV 26.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 63 13 0 0 0.79 1 0.75 12.38 1 0.12
Hex 3F D 0 0 4F 64 4B C 64 C
Octal 77 15 0 0 117 144 113 14 144 14
Binary 111111 1101 0 0 1001111 1100100 1001011 1100 1100100 1100

Color Harmonies of #3F0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0D00

Black with #3F0D00

Text Example


Text Example

White with #3F0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,0); }

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

background-color css

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

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

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

border-color css

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

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

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