#230503

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

Shades of Seal Brown #230503

Tints of Seal Brown #230503

Color information

#230503 (or 0x230503) is unknown color: approx Seal Brown. HEX triplet: 23, 05 and 03. RGB value is (35,5,3). Sum of RGB (Red+Green+Blue) = 35+5+3=43 (5% of max value = 765). Red value is 35 (14.06% from 255 or 81.40% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 35 - color contains mainly: red. Hex color #230503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230503 is #DCFAFC. Grayscale: #0D0D0D. Windows color (decimal): -14482173 or 197923. OLE color: 197923.

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

Color convert

RGB3553-
CMYK00.860.910.86
HSL3.75º84.21%7.45%-
HSV(B)3.75º91.43%13.73%-
XYZ0.760.470.14-
YUV13.74121.94143.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 81.40%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 3 (1.56% from 255) = 6.98%
R=81.40%
G=11.63%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal355300.860.910.863.7584.217.45
Hex23530565B564547
Octal4353012613312641247
Binary1000111011101010110101101110101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230503; }

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

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

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

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

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

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

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

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