#230E0D

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

Shades of Seal Brown #230E0D

Tints of Seal Brown #230E0D

Color information

#230E0D (or 0x230E0D) is unknown color: approx Seal Brown. HEX triplet: 23, 0E and 0D. RGB value is (35,14,13). Sum of RGB (Red+Green+Blue) = 35+14+13=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E0D is #DCF1F2. Grayscale: #141414. Windows color (decimal): -14479859 or 855587. OLE color: 855587.

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

Color convert

RGB351413-
CMYK00.600.630.86
HSL2.73º45.83%9.41%-
HSV(B)2.73º62.86%13.73%-
XYZ0.920.70.47-
YUV20.16123.96138.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 56.45%
GREEN value IS 14 (5.86% from 255) = 22.58%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=56.45%
G=22.58%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35141300.600.630.862.7345.839.41
Hex23ED03C3F5632e9
Octal4316150747712635611
Binary1000111110110101111001111111010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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