#230D06

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

Shades of Seal Brown #230D06

Tints of Seal Brown #230D06

Color information

#230D06 (or 0x230D06) is unknown color: approx Seal Brown. HEX triplet: 23, 0D and 06. RGB value is (35,13,6). Sum of RGB (Red+Green+Blue) = 35+13+6=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D06 is #DCF2F9. Grayscale: #121212. Windows color (decimal): -14480122 or 396579. OLE color: 396579.

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

Color convert

RGB35136-
CMYK00.630.830.86
HSL14.48º70.73%8.04%-
HSV(B)14.48º82.86%13.73%-
XYZ0.870.660.25-
YUV18.78120.79139.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 64.81%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=64.81%
G=24.07%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3513600.630.830.8614.4870.738.04
Hex23D603F5356e478
Octal431560771231261610710
Binary1000111101110011111110100111010110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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