#231411

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

Shades of Seal Brown #231411

Tints of Seal Brown #231411

Color information

#231411 (or 0x231411) is unknown color: approx Seal Brown. HEX triplet: 23, 14 and 11. RGB value is (35,20,17). Sum of RGB (Red+Green+Blue) = 35+20+17=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231411 is #DCEBEE. Grayscale: #181818. Windows color (decimal): -14478319 or 1119267. OLE color: 1119267.

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

Color convert

RGB352017-
CMYK00.430.510.86
HSL10º34.62%10.2%-
HSV(B)10º51.43%13.73%-
XYZ1.040.90.65-
YUV24.14123.97135.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=48.61%
G=27.78%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35201700.430.510.861034.6210.2
Hex23141102B3356a23a
Octal43242105363126124312
Binary10001110100100010101011110011101011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231411; }

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

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

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

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

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

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

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

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