#230A09

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

Shades of Seal Brown #230A09

Tints of Seal Brown #230A09

Color information

#230A09 (or 0x230A09) is unknown color: approx Seal Brown. HEX triplet: 23, 0A and 09. RGB value is (35,10,9). Sum of RGB (Red+Green+Blue) = 35+10+9=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A09 is #DCF5F6. Grayscale: #111111. Windows color (decimal): -14480887 or 592419. OLE color: 592419.

HSL color Cylindrical-coordinate representation of color #230A09: hue angle of 2.31º 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 #230A09 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB35109-
CMYK00.710.740.86
HSL2.31º59.09%8.63%-
HSV(B)2.31º74.29%13.73%-
XYZ0.850.590.33-
YUV17.36123.28140.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 64.81%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=64.81%
G=18.52%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3510900.710.740.862.3159.098.63
Hex23A90474A5623b9
Octal431211010711212627311
Binary100011101010010100011110010101010110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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