Html Css Color HEX #331613 Seal Brown

📋 copy color: '#331613'

red 51 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #331613

Tints of Seal Brown #331613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.65%

R = 55.43%
G = 23.91%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331613 (or 0x331613) is known color: Seal Brown. HEX triplet: 33, 16 and 13. RGB value is (51,22,19). Sum of RGB (Red+Green+Blue) = 51+22+19=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331613 is #CCE9EC. Grayscale: #1E1E1E. Windows color (decimal): -13429229 or 1250867. OLE color: 1250867.

HSL color Cylindrical-coordinate representation of color #331613: hue angle of 5.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331613 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 22 19 -
CMYK 0 0.57 0.63 0.8
HSL 5.63º 0.46% 0.14% -
HSV(B) 5.63º 0.63% 0.2% -
XYZ 1.77 1.32 0.78 -
YUV 30.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 51 22 19 0 0.57 0.63 0.8 5.63 0.46 0.14
Hex 33 16 13 0 39 3F 50 6 2E E
Octal 63 26 23 0 71 77 120 6 56 16
Binary 110011 10110 10011 0 111001 111111 1010000 110 101110 1110

Color Harmonies of #331613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331613

Black with #331613

Text Example


Text Example

White with #331613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331613; }

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

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

background-color css

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

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

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

border-color css

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

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

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