Html Css Color HEX #3B201F Seal Brown

📋 copy color: '#3B201F'

red 59 ◦ green 32 ◦ blue 31

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

Shades of Seal Brown #3B201F

Tints of Seal Brown #3B201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

 BLUE value IS 31 (12.5% from 255) = 25.41%

R = 48.36%
G = 26.23%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#3B201F (or 0x3B201F) is known color: Seal Brown. HEX triplet: 3B, 20 and 1F. RGB value is (59,32,31). Sum of RGB (Red+Green+Blue) = 59+32+31=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B201F is #C4DFE0. Grayscale: #272727. Windows color (decimal): -12902369 or 2039867. OLE color: 2039867.

HSL color Cylindrical-coordinate representation of color #3B201F: hue angle of 2.14º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B201F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 32 31 -
CMYK 0 0.46 0.47 0.77
HSL 2.14º 0.31% 0.18% -
HSV(B) 2.14º 0.47% 0.23% -
XYZ 2.57 2.06 1.56 -
YUV 39.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 59 32 31 0 0.46 0.47 0.77 2.14 0.31 0.18
Hex 3B 20 1F 0 2E 2F 4D 2 1F 12
Octal 73 40 37 0 56 57 115 2 37 22
Binary 111011 100000 11111 0 101110 101111 1001101 10 11111 10010

Color Harmonies of #3B201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B201F

Black with #3B201F

Text Example


Text Example

White with #3B201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,32,31); }

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

background-color css

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

 a { background-color: rgb(59,32,31); }

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

border-color css

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

 span { border-color: rgb(59,32,31); }

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