Html Css Color HEX #311817 Seal Brown

📋 copy color: '#311817'

red 49 ◦ green 24 ◦ blue 23

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

Shades of Seal Brown #311817

Tints of Seal Brown #311817

RGB

 RED value IS 49 (19.53% from 255) = 51.04%

 GREEN value IS 24 (9.77% from 255) = 25%

 BLUE value IS 23 (9.38% from 255) = 23.96%

R = 51.04%
G = 25%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311817 (or 0x311817) is known color: Seal Brown. HEX triplet: 31, 18 and 17. RGB value is (49,24,23). Sum of RGB (Red+Green+Blue) = 49+24+23=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311817 is #CEE7E8. Grayscale: #1F1F1F. Windows color (decimal): -13559785 or 1513521. OLE color: 1513521.

HSL color Cylindrical-coordinate representation of color #311817: hue angle of 2.31º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311817 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 23 -
CMYK 0 0.51 0.53 0.81
HSL 2.31º 0.36% 0.14% -
HSV(B) 2.31º 0.53% 0.19% -
XYZ 1.75 1.37 0.98 -
YUV 31.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 49 24 23 0 0.51 0.53 0.81 2.31 0.36 0.14
Hex 31 18 17 0 33 35 51 2 24 E
Octal 61 30 27 0 63 65 121 2 44 16
Binary 110001 11000 10111 0 110011 110101 1010001 10 100100 1110

Color Harmonies of #311817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311817

Black with #311817

Text Example


Text Example

White with #311817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311817; }

 p { color: rgb(49,24,23); }

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

background-color css

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

 a { background-color: rgb(49,24,23); }

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

border-color css

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

 span { border-color: rgb(49,24,23); }

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