#231412

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

Shades of Seal Brown #231412

Tints of Seal Brown #231412

Color information

#231412 (or 0x231412) is unknown color: approx Seal Brown. HEX triplet: 23, 14 and 12. RGB value is (35,20,18). Sum of RGB (Red+Green+Blue) = 35+20+18=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231412 is #DCEBED. Grayscale: #181818. Windows color (decimal): -14478318 or 1184803. OLE color: 1184803.

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

Color convert

RGB352018-
CMYK00.430.490.86
HSL7.06º32.08%10.39%-
HSV(B)7.06º48.57%13.73%-
XYZ1.050.90.69-
YUV24.26124.47135.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=47.95%
G=27.40%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35201800.430.490.867.0632.0810.39
Hex23141202B3156720a
Octal4324220536112674012
Binary1000111010010010010101111000110101101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231412; }

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

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

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

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

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

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

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

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