#230D04

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

Shades of Seal Brown #230D04

Tints of Seal Brown #230D04

Color information

#230D04 (or 0x230D04) is unknown color: approx Seal Brown. HEX triplet: 23, 0D and 04. RGB value is (35,13,4). Sum of RGB (Red+Green+Blue) = 35+13+4=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D04 is #DCF2FB. Grayscale: #121212. Windows color (decimal): -14480124 or 265507. OLE color: 265507.

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

Color convert

RGB35134-
CMYK00.630.890.86
HSL17.42º79.49%7.65%-
HSV(B)17.42º88.57%13.73%-
XYZ0.860.650.2-
YUV18.55119.79139.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=67.31%
G=25%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3513400.630.890.8617.4279.497.65
Hex23D403F5956114f8
Octal431540771311262111710
Binary10001111011000111111101100110101101000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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