#230A08

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

Shades of Seal Brown #230A08

Tints of Seal Brown #230A08

Color information

#230A08 (or 0x230A08) is unknown color: approx Seal Brown. HEX triplet: 23, 0A and 08. RGB value is (35,10,8). Sum of RGB (Red+Green+Blue) = 35+10+8=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A08 is #DCF5F7. Grayscale: #111111. Windows color (decimal): -14480888 or 526883. OLE color: 526883.

HSL color Cylindrical-coordinate representation of color #230A08: hue angle of 4.44º 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 #230A08 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB35108-
CMYK00.710.770.86
HSL4.44º62.79%8.43%-
HSV(B)4.44º77.14%13.73%-
XYZ0.850.590.3-
YUV17.25122.78140.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 8 (3.52% from 255) = 15.09%
R=66.04%
G=18.87%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3510800.710.770.864.4462.798.43
Hex23A80474D5643f8
Octal431210010711512647710
Binary1000111010100001000111100110110101101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A08; }

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

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

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

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

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

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

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

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