Html Css Color HEX #231210 Seal Brown

📋 copy color: '#231210'

red 35 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #231210

Tints of Seal Brown #231210

RGB

 RED value IS 35 (14.06% from 255) = 50.72%

 GREEN value IS 18 (7.42% from 255) = 26.09%

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

R = 50.72%
G = 26.09%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#231210 (or 0x231210) is known color: Seal Brown. HEX triplet: 23, 12 and 10. RGB value is (35,18,16). Sum of RGB (Red+Green+Blue) = 35+18+16=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #231210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231210 is #DCEDEF. Grayscale: #161616. Windows color (decimal): -14478832 or 1053219. OLE color: 1053219.

HSL color Cylindrical-coordinate representation of color #231210: hue angle of 6.32º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231210 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 18 16 -
CMYK 0 0.49 0.54 0.86
HSL 6.32º 0.37% 0.1% -
HSV(B) 6.32º 0.54% 0.14% -
XYZ 1 0.83 0.6 -
YUV 22.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 35 18 16 0 0.49 0.54 0.86 6.32 0.37 0.1
Hex 23 12 10 0 31 36 56 6 25 A
Octal 43 22 20 0 61 66 126 6 45 12
Binary 100011 10010 10000 0 110001 110110 1010110 110 100101 1010

Color Harmonies of #231210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231210

Black with #231210

Text Example


Text Example

White with #231210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231210; }

 p { color: rgb(35,18,16); }

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

background-color css

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

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

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

border-color css

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

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

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