#230F09

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

Shades of Seal Brown #230F09

Tints of Seal Brown #230F09

Color information

#230F09 (or 0x230F09) is unknown color: approx Seal Brown. HEX triplet: 23, 0F and 09. RGB value is (35,15,9). Sum of RGB (Red+Green+Blue) = 35+15+9=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F09 is #DCF0F6. Grayscale: #141414. Windows color (decimal): -14479607 or 593699. OLE color: 593699.

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

Color convert

RGB35159-
CMYK00.570.740.86
HSL13.85º59.09%8.63%-
HSV(B)13.85º74.29%13.73%-
XYZ0.910.720.35-
YUV20.3121.63138.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=59.32%
G=25.42%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3515900.570.740.8613.8559.098.63
Hex23F90394A56e3b9
Octal431711071112126167311
Binary1000111111100101110011001010101011011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230F09; }

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

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

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

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

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

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

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

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