#230403

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

Shades of Seal Brown #230403

Tints of Seal Brown #230403

Color information

#230403 (or 0x230403) is unknown color: approx Seal Brown. HEX triplet: 23, 04 and 03. RGB value is (35,4,3). Sum of RGB (Red+Green+Blue) = 35+4+3=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230403 is #DCFBFC. Grayscale: #0D0D0D. Windows color (decimal): -14482429 or 197667. OLE color: 197667.

HSL color Cylindrical-coordinate representation of color #230403: hue angle of 1.88º 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 #230403 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB3543-
CMYK00.890.910.86
HSL1.88º84.21%7.45%-
HSV(B)1.88º91.43%13.73%-
XYZ0.750.450.13-
YUV13.16122.27143.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 3 (1.56% from 255) = 7.14%
R=83.33%
G=9.52%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal354300.890.910.861.8884.217.45
Hex23430595B562547
Octal4343013113312621247
Binary100011100110101100110110111010110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230403; }

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

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

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

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

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

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

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

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