#230E03

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

Shades of Seal Brown #230E03

Tints of Seal Brown #230E03

Color information

#230E03 (or 0x230E03) is unknown color: approx Seal Brown. HEX triplet: 23, 0E and 03. RGB value is (35,14,3). Sum of RGB (Red+Green+Blue) = 35+14+3=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E03 is #DCF1FC. Grayscale: #131313. Windows color (decimal): -14479869 or 200227. OLE color: 200227.

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

Color convert

RGB35143-
CMYK00.600.910.86
HSL20.62º84.21%7.45%-
HSV(B)20.62º91.43%13.73%-
XYZ0.870.680.17-
YUV19.02118.96139.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 3 (1.56% from 255) = 5.77%
R=67.31%
G=26.92%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3514300.600.910.8620.6284.217.45
Hex23E303C5B5615547
Octal43163074133126251247
Binary100011111011011110010110111010110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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