Html Css Color HEX #231010 Seal Brown

📋 copy color: '#231010'

red 35 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #231010

Tints of Seal Brown #231010

RGB

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

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

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

R = 52.24%
G = 23.88%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#231010 (or 0x231010) is known color: Seal Brown. HEX triplet: 23, 10 and 10. RGB value is (35,16,16). Sum of RGB (Red+Green+Blue) = 35+16+16=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #231010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231010 is #DCEFEF. Grayscale: #151515. Windows color (decimal): -14479344 or 1052707. OLE color: 1052707.

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

Color convert

RGB 35 16 16 -
CMYK 0 0.54 0.54 0.86
HSL 0.37% 0.1% -
HSV(B) 0.54% 0.14% -
XYZ 0.97 0.77 0.59 -
YUV 21.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 35 16 16 0 0.54 0.54 0.86 0 0.37 0.1
Hex 23 10 10 0 36 36 56 0 25 A
Octal 43 20 20 0 66 66 126 0 45 12
Binary 100011 10000 10000 0 110110 110110 1010110 0 100101 1010

Color Harmonies of #231010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231010

Black with #231010

Text Example


Text Example

White with #231010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231010; }

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

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

background-color css

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

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

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

border-color css

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

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

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