#230E0C

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

Shades of Seal Brown #230E0C

Tints of Seal Brown #230E0C

Color information

#230E0C (or 0x230E0C) is unknown color: approx Seal Brown. HEX triplet: 23, 0E and 0C. RGB value is (35,14,12). Sum of RGB (Red+Green+Blue) = 35+14+12=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E0C is #DCF1F3. Grayscale: #141414. Windows color (decimal): -14479860 or 790051. OLE color: 790051.

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

Color convert

RGB351412-
CMYK00.600.660.86
HSL5.22º48.94%9.22%-
HSV(B)5.22º65.71%13.73%-
XYZ0.920.70.43-
YUV20.05123.46138.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=57.38%
G=22.95%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35141200.600.660.865.2248.949.22
Hex23EC03C42565319
Octal43161407410212656111
Binary100011111011000111100100001010101101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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