Html Css Color HEX #3B120B Seal Brown

📋 copy color: '#3B120B'

red 59 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #3B120B

Tints of Seal Brown #3B120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 67.05%
G = 20.45%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#3B120B (or 0x3B120B) is known color: Seal Brown. HEX triplet: 3B, 12 and 0B. RGB value is (59,18,11). Sum of RGB (Red+Green+Blue) = 59+18+11=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B120B is #C4EDF4. Grayscale: #1D1D1D. Windows color (decimal): -12905973 or 725563. OLE color: 725563.

HSL color Cylindrical-coordinate representation of color #3B120B: hue angle of 8.75º 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 #3B120B is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 18 11 -
CMYK 0 0.69 0.81 0.77
HSL 8.75º 0.69% 0.14% -
HSV(B) 8.75º 0.81% 0.23% -
XYZ 2.08 1.39 0.47 -
YUV 29.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 59 18 11 0 0.69 0.81 0.77 8.75 0.69 0.14
Hex 3B 12 B 0 45 51 4D 9 45 E
Octal 73 22 13 0 105 121 115 11 105 16
Binary 111011 10010 1011 0 1000101 1010001 1001101 1001 1000101 1110

Color Harmonies of #3B120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B120B

Black with #3B120B

Text Example


Text Example

White with #3B120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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