#231108

Color #231108 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #231108

Tints of Seal Brown #231108

Color information

#231108 (or 0x231108) is unknown color: approx Seal Brown. HEX triplet: 23, 11 and 08. RGB value is (35,17,8). Sum of RGB (Red+Green+Blue) = 35+17+8=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #231108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231108 is #DCEEF7. Grayscale: #151515. Windows color (decimal): -14479096 or 528675. OLE color: 528675.

HSL color Cylindrical-coordinate representation of color #231108: hue angle of 20º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231108 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB35178-
CMYK00.510.770.86
HSL20º62.79%8.43%-
HSV(B)20º77.14%13.73%-
XYZ0.940.780.33-
YUV21.36120.46137.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=58.33%
G=28.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3517800.510.770.862062.798.43
Hex231180334D56143f8
Octal432110063115126247710
Binary100011100011000011001110011011010110101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231108; }

 p { color: rgb(35,17,8); }

 H1.HeaderClassName
 {
   color: #231108;
 }
 .AnyTagClassName
 {
   color: #231108;
 }
</style>
background-color css

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

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

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

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

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

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