Html Css Color HEX #331610 Seal Brown

📋 copy color: '#331610'

red 51 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #331610

Tints of Seal Brown #331610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.72%

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

R = 57.3%
G = 24.72%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#331610 (or 0x331610) is known color: Seal Brown. HEX triplet: 33, 16 and 10. RGB value is (51,22,16). Sum of RGB (Red+Green+Blue) = 51+22+16=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331610 is #CCE9EF. Grayscale: #1E1E1E. Windows color (decimal): -13429232 or 1054259. OLE color: 1054259.

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

Color convert

RGB 51 22 16 -
CMYK 0 0.57 0.69 0.8
HSL 10.29º 0.52% 0.13% -
HSV(B) 10.29º 0.69% 0.2% -
XYZ 1.75 1.32 0.65 -
YUV 29.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 51 22 16 0 0.57 0.69 0.8 10.29 0.52 0.13
Hex 33 16 10 0 39 45 50 A 34 D
Octal 63 26 20 0 71 105 120 12 64 15
Binary 110011 10110 10000 0 111001 1000101 1010000 1010 110100 1101

Color Harmonies of #331610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331610

Black with #331610

Text Example


Text Example

White with #331610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331610; }

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

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

background-color css

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

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

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

border-color css

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

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

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