#230800

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

Shades of Seal Brown #230800

Tints of Seal Brown #230800

Color information

#230800 (or 0x230800) is unknown color: approx Seal Brown. HEX triplet: 23, 08 and 00. RGB value is (35,8,0). Sum of RGB (Red+Green+Blue) = 35+8+0=43 (5% of max value = 765). Red value is 35 (14.06% from 255 or 81.40% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 35 - color contains mainly: red. Hex color #230800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230800 is #DCF7FF. Grayscale: #0F0F0F. Windows color (decimal): -14481408 or 2083. OLE color: 2083.

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

Color convert

RGB3580-
CMYK00.7710.86
HSL13.71º100%6.86%-
HSV(B)13.71º100%13.73%-
XYZ0.780.530.06-
YUV15.16119.45142.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 81.40%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.40%
G=18.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal358000.7710.8613.711006.86
Hex238004D6456e647
Octal431000115144126161447
Binary10001110000010011011100100101011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230800; }

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

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

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

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

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

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

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

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