#230500

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

Shades of Seal Brown #230500

Tints of Seal Brown #230500

Color information

#230500 (or 0x230500) is unknown color: approx Seal Brown. HEX triplet: 23, 05 and 00. RGB value is (35,5,0). Sum of RGB (Red+Green+Blue) = 35+5+0=40 (5% of max value = 765). Red value is 35 (14.06% from 255 or 87.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 35 - color contains mainly: red. Hex color #230500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230500 is #DCFAFF. Grayscale: #0D0D0D. Windows color (decimal): -14482176 or 1315. OLE color: 1315.

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

Color convert

RGB3550-
CMYK00.8610.86
HSL8.57º100%6.86%-
HSV(B)8.57º100%13.73%-
XYZ0.750.470.05-
YUV13.4120.44143.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 87.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.5%
G=12.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal355000.8610.868.571006.86
Hex235005664569647
Octal43500126144126111447
Binary1000111010010101101100100101011010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230500; }

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

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

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

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

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

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

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

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