Html Css Color HEX #3B0B05 Seal Brown

📋 copy color: '#3B0B05'

red 59 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #3B0B05

Tints of Seal Brown #3B0B05

RGB

 RED value IS 59 (23.44% from 255) = 78.67%

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

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

R = 78.67%
G = 14.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.77

RGB Variations

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

Color information

#3B0B05 (or 0x3B0B05) is known color: Seal Brown. HEX triplet: 3B, 0B and 05. RGB value is (59,11,5). Sum of RGB (Red+Green+Blue) = 59+11+5=75 (9% of max value = 765). Red value is 59 (23.44% from 255 or 78.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0B05 is #C4F4FA. Grayscale: #181818. Windows color (decimal): -12907771 or 330555. OLE color: 330555.

HSL color Cylindrical-coordinate representation of color #3B0B05: hue angle of 6.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0B05 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 11 5 -
CMYK 0 0.81 0.92 0.77
HSL 6.67º 0.84% 0.13% -
HSV(B) 6.67º 0.92% 0.23% -
XYZ 1.95 1.18 0.27 -
YUV 24.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 59 11 5 0 0.81 0.92 0.77 6.67 0.84 0.13
Hex 3B B 5 0 51 5C 4D 7 54 D
Octal 73 13 5 0 121 134 115 7 124 15
Binary 111011 1011 101 0 1010001 1011100 1001101 111 1010100 1101

Color Harmonies of #3B0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0B05

Black with #3B0B05

Text Example


Text Example

White with #3B0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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