#230201

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

Shades of Seal Brown #230201

Tints of Seal Brown #230201

Color information

#230201 (or 0x230201) is unknown color: approx Seal Brown. HEX triplet: 23, 02 and 01. RGB value is (35,2,1). Sum of RGB (Red+Green+Blue) = 35+2+1=38 (5% of max value = 765). Red value is 35 (14.06% from 255 or 92.11% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 35 - color contains mainly: red. Hex color #230201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230201 is #DCFDFE. Grayscale: #0B0B0B. Windows color (decimal): -14482943 or 66083. OLE color: 66083.

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

Color convert

RGB3521-
CMYK00.940.970.86
HSL1.76º94.44%7.06%-
HSV(B)1.76º97.14%13.73%-
XYZ0.720.40.07-
YUV11.75121.93144.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 92.11%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=92.11%
G=5.26%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal352100.940.970.861.7694.447.06
Hex232105E615625e7
Octal4321013614112621367
Binary1000111010101111011000011010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230201; }

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

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

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

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

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

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

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

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