#230B09

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

Shades of Seal Brown #230B09

Tints of Seal Brown #230B09

Color information

#230B09 (or 0x230B09) is unknown color: approx Seal Brown. HEX triplet: 23, 0B and 09. RGB value is (35,11,9). Sum of RGB (Red+Green+Blue) = 35+11+9=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B09 is #DCF4F6. Grayscale: #111111. Windows color (decimal): -14480631 or 592675. OLE color: 592675.

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

Color convert

RGB35119-
CMYK00.690.740.86
HSL4.62º59.09%8.63%-
HSV(B)4.62º74.29%13.73%-
XYZ0.860.620.33-
YUV17.95122.95140.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=63.64%
G=20%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511900.690.740.864.6259.098.63
Hex23B90454A5653b9
Octal431311010511212657311
Binary1000111011100101000101100101010101101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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