#230902

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

Shades of Seal Brown #230902

Tints of Seal Brown #230902

Color information

#230902 (or 0x230902) is unknown color: approx Seal Brown. HEX triplet: 23, 09 and 02. RGB value is (35,9,2). Sum of RGB (Red+Green+Blue) = 35+9+2=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #230902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230902 is #DCF6FD. Grayscale: #101010. Windows color (decimal): -14481150 or 133411. OLE color: 133411.

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

Color convert

RGB3592-
CMYK00.740.940.86
HSL12.73º89.19%7.25%-
HSV(B)12.73º94.29%13.73%-
XYZ0.80.560.12-
YUV15.98120.11141.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 76.09%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=76.09%
G=19.57%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal359200.740.940.8612.7389.197.25
Hex239204A5E56d597
Octal431120112136126151317
Binary100011100110010010101011110101011011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230902; }

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

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

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

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

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

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

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

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