#230F03

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

Shades of Seal Brown #230F03

Tints of Seal Brown #230F03

Color information

#230F03 (or 0x230F03) is unknown color: approx Seal Brown. HEX triplet: 23, 0F and 03. RGB value is (35,15,3). Sum of RGB (Red+Green+Blue) = 35+15+3=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F03 is #DCF0FC. Grayscale: #131313. Windows color (decimal): -14479613 or 200483. OLE color: 200483.

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

Color convert

RGB35153-
CMYK00.570.910.86
HSL22.5º84.21%7.45%-
HSV(B)22.5º91.43%13.73%-
XYZ0.880.710.18-
YUV19.61118.63138.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=66.04%
G=28.30%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3515300.570.910.8622.584.217.45
Hex23F30395B5616547
Octal43173071133126261247
Binary100011111111011100110110111010110101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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