#230900

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

Shades of Seal Brown #230900

Tints of Seal Brown #230900

Color information

#230900 (or 0x230900) is unknown color: approx Seal Brown. HEX triplet: 23, 09 and 00. RGB value is (35,9,0). Sum of RGB (Red+Green+Blue) = 35+9+0=44 (5% of max value = 765). Red value is 35 (14.06% from 255 or 79.55% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 35 - color contains mainly: red. Hex color #230900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230900 is #DCF6FF. Grayscale: #0F0F0F. Windows color (decimal): -14481152 or 2339. OLE color: 2339.

HSL color Cylindrical-coordinate representation of color #230900: hue angle of 15.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB3590-
CMYK00.7410.86
HSL15.43º100%6.86%-
HSV(B)15.43º100%13.73%-
XYZ0.790.550.07-
YUV15.75119.11141.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 79.55%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.55%
G=20.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal359000.7410.8615.431006.86
Hex239004A6456f647
Octal431100112144126171447
Binary10001110010010010101100100101011011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230900; }

 p { color: rgb(35,9,0); }

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

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

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

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

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

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

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