Html Css Color HEX #3F0B05 Seal Brown

📋 copy color: '#3F0B05'

red 63 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #3F0B05

Tints of Seal Brown #3F0B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.92%

 BLUE value IS 5 (2.34% from 255) = 6.33%

R = 79.75%
G = 13.92%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#3F0B05 (or 0x3F0B05) is known color: Seal Brown. HEX triplet: 3F, 0B and 05. RGB value is (63,11,5). Sum of RGB (Red+Green+Blue) = 63+11+5=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B05 is #C0F4FA. Grayscale: #191919. Windows color (decimal): -12645627 or 330559. OLE color: 330559.

HSL color Cylindrical-coordinate representation of color #3F0B05: hue angle of 6.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0B05 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 11 5 -
CMYK 0 0.83 0.92 0.75
HSL 6.21º 0.85% 0.13% -
HSV(B) 6.21º 0.92% 0.25% -
XYZ 2.2 1.31 0.28 -
YUV 25.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 63 11 5 0 0.83 0.92 0.75 6.21 0.85 0.13
Hex 3F B 5 0 53 5C 4B 6 55 D
Octal 77 13 5 0 123 134 113 6 125 15
Binary 111111 1011 101 0 1010011 1011100 1001011 110 1010101 1101

Color Harmonies of #3F0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0B05

Black with #3F0B05

Text Example


Text Example

White with #3F0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,11,5); }

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

background-color css

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

 a { background-color: rgb(63,11,5); }

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

border-color css

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

 span { border-color: rgb(63,11,5); }

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