Html Css Color HEX #3B0F0B Seal Brown

📋 copy color: '#3B0F0B'

red 59 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #3B0F0B

Tints of Seal Brown #3B0F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.65%

 BLUE value IS 11 (4.69% from 255) = 12.94%

R = 69.41%
G = 17.65%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#3B0F0B (or 0x3B0F0B) is known color: Seal Brown. HEX triplet: 3B, 0F and 0B. RGB value is (59,15,11). Sum of RGB (Red+Green+Blue) = 59+15+11=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F0B is #C4F0F4. Grayscale: #1B1B1B. Windows color (decimal): -12906741 or 724795. OLE color: 724795.

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

Color convert

RGB 59 15 11 -
CMYK 0 0.75 0.81 0.77
HSL 0.69% 0.14% -
HSV(B) 0.81% 0.23% -
XYZ 2.03 1.3 0.46 -
YUV 27.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 59 15 11 0 0.75 0.81 0.77 5 0.69 0.14
Hex 3B F B 0 4B 51 4D 5 45 E
Octal 73 17 13 0 113 121 115 5 105 16
Binary 111011 1111 1011 0 1001011 1010001 1001101 101 1000101 1110

Color Harmonies of #3B0F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0F0B

Black with #3B0F0B

Text Example


Text Example

White with #3B0F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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