#230502

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

Shades of Seal Brown #230502

Tints of Seal Brown #230502

Color information

#230502 (or 0x230502) is unknown color: approx Seal Brown. HEX triplet: 23, 05 and 02. RGB value is (35,5,2). Sum of RGB (Red+Green+Blue) = 35+5+2=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230502 is #DCFAFD. Grayscale: #0D0D0D. Windows color (decimal): -14482174 or 132387. OLE color: 132387.

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

Color convert

RGB3552-
CMYK00.860.940.86
HSL5.45º89.19%7.25%-
HSV(B)5.45º94.29%13.73%-
XYZ0.760.470.11-
YUV13.63121.44143.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=83.33%
G=11.90%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal355200.860.940.865.4589.197.25
Hex23520565E565597
Octal4352012613612651317
Binary1000111011001010110101111010101101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230502; }

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

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

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

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

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

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

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

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