Html Css Color HEX #331010 Seal Brown

📋 copy color: '#331010'

red 51 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #331010

Tints of Seal Brown #331010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

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

R = 61.45%
G = 19.28%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#331010 (or 0x331010) is known color: Seal Brown. HEX triplet: 33, 10 and 10. RGB value is (51,16,16). Sum of RGB (Red+Green+Blue) = 51+16+16=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331010 is #CCEFEF. Grayscale: #1A1A1A. Windows color (decimal): -13430768 or 1052723. OLE color: 1052723.

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

Color convert

RGB 51 16 16 -
CMYK 0 0.69 0.69 0.8
HSL 0.52% 0.13% -
HSV(B) 0.69% 0.2% -
XYZ 1.64 1.11 0.62 -
YUV 26.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 51 16 16 0 0.69 0.69 0.8 0 0.52 0.13
Hex 33 10 10 0 45 45 50 0 34 D
Octal 63 20 20 0 105 105 120 0 64 15
Binary 110011 10000 10000 0 1000101 1000101 1010000 0 110100 1101

Color Harmonies of #331010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331010

Black with #331010

Text Example


Text Example

White with #331010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331010; }

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

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

background-color css

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

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

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

border-color css

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

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

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