#230F08

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

Shades of Seal Brown #230F08

Tints of Seal Brown #230F08

Color information

#230F08 (or 0x230F08) is unknown color: approx Seal Brown. HEX triplet: 23, 0F and 08. RGB value is (35,15,8). Sum of RGB (Red+Green+Blue) = 35+15+8=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F08 is #DCF0F7. Grayscale: #141414. Windows color (decimal): -14479608 or 528163. OLE color: 528163.

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

Color convert

RGB35158-
CMYK00.570.770.86
HSL15.56º62.79%8.43%-
HSV(B)15.56º77.14%13.73%-
XYZ0.910.720.32-
YUV20.18121.13138.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=60.34%
G=25.86%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3515800.570.770.8615.5662.798.43
Hex23F80394D56103f8
Octal431710071115126207710
Binary10001111111000011100110011011010110100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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