Html Css Color HEX #331510 Seal Brown

📋 copy color: '#331510'

red 51 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #331510

Tints of Seal Brown #331510

RGB

 RED value IS 51 (20.31% from 255) = 57.95%

 GREEN value IS 21 (8.59% from 255) = 23.86%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 57.95%
G = 23.86%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#331510 (or 0x331510) is known color: Seal Brown. HEX triplet: 33, 15 and 10. RGB value is (51,21,16). Sum of RGB (Red+Green+Blue) = 51+21+16=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331510 is #CCEAEF. Grayscale: #1D1D1D. Windows color (decimal): -13429488 or 1054003. OLE color: 1054003.

HSL color Cylindrical-coordinate representation of color #331510: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331510 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 16 -
CMYK 0 0.59 0.69 0.8
HSL 8.57º 0.52% 0.13% -
HSV(B) 8.57º 0.69% 0.2% -
XYZ 1.73 1.28 0.65 -
YUV 29.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 51 21 16 0 0.59 0.69 0.8 8.57 0.52 0.13
Hex 33 15 10 0 3B 45 50 9 34 D
Octal 63 25 20 0 73 105 120 11 64 15
Binary 110011 10101 10000 0 111011 1000101 1010000 1001 110100 1101

Color Harmonies of #331510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331510

Black with #331510

Text Example


Text Example

White with #331510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331510; }

 p { color: rgb(51,21,16); }

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

background-color css

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

 a { background-color: rgb(51,21,16); }

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

border-color css

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

 span { border-color: rgb(51,21,16); }

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