#230702

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

Shades of Seal Brown #230702

Tints of Seal Brown #230702

Color information

#230702 (or 0x230702) is unknown color: approx Seal Brown. HEX triplet: 23, 07 and 02. RGB value is (35,7,2). Sum of RGB (Red+Green+Blue) = 35+7+2=44 (5% of max value = 765). Red value is 35 (14.06% from 255 or 79.55% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 35 - color contains mainly: red. Hex color #230702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230702 is #DCF8FD. Grayscale: #0E0E0E. Windows color (decimal): -14481662 or 132899. OLE color: 132899.

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

Color convert

RGB3572-
CMYK00.800.940.86
HSL9.09º89.19%7.25%-
HSV(B)9.09º94.29%13.73%-
XYZ0.780.510.12-
YUV14.8120.78142.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 79.55%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 2 (1.17% from 255) = 4.55%
R=79.55%
G=15.91%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal357200.800.940.869.0989.197.25
Hex23720505E569597
Octal43720120136126111317
Binary10001111110010100001011110101011010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230702; }

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

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

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

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

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

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

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

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