#230808

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

Shades of Seal Brown #230808

Tints of Seal Brown #230808

Color information

#230808 (or 0x230808) is unknown color: approx Seal Brown. HEX triplet: 23, 08 and 08. RGB value is (35,8,8). Sum of RGB (Red+Green+Blue) = 35+8+8=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #230808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230808 is #DCF7F7. Grayscale: #101010. Windows color (decimal): -14481400 or 526371. OLE color: 526371.

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

Color convert

RGB3588-
CMYK00.770.770.86
HSL62.79%8.43%-
HSV(B)77.14%13.73%-
XYZ0.820.550.29-
YUV16.07123.45141.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 68.63%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=68.63%
G=15.69%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal358800.770.770.86062.798.43
Hex238804D4D5603f8
Octal431010011511512607710
Binary10001110001000010011011001101101011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230808; }

 p { color: rgb(35,8,8); }

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

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

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

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

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

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

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