#230E08

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

Shades of Seal Brown #230E08

Tints of Seal Brown #230E08

Color information

#230E08 (or 0x230E08) is unknown color: approx Seal Brown. HEX triplet: 23, 0E and 08. RGB value is (35,14,8). Sum of RGB (Red+Green+Blue) = 35+14+8=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E08 is #DCF1F7. Grayscale: #131313. Windows color (decimal): -14479864 or 527907. OLE color: 527907.

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

Color convert

RGB35148-
CMYK00.600.770.86
HSL13.33º62.79%8.43%-
HSV(B)13.33º77.14%13.73%-
XYZ0.890.690.32-
YUV19.6121.46138.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=61.40%
G=24.56%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3514800.600.770.8613.3362.798.43
Hex23E803C4D56d3f8
Octal431610074115126157710
Binary1000111110100001111001001101101011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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