#230600

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

Shades of Seal Brown #230600

Tints of Seal Brown #230600

Color information

#230600 (or 0x230600) is unknown color: approx Seal Brown. HEX triplet: 23, 06 and 00. RGB value is (35,6,0). Sum of RGB (Red+Green+Blue) = 35+6+0=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230600 is #DCF9FF. Grayscale: #0E0E0E. Windows color (decimal): -14481920 or 1571. OLE color: 1571.

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

Color convert

RGB3560-
CMYK00.8310.86
HSL10.29º100%6.86%-
HSV(B)10.29º100%13.73%-
XYZ0.760.490.05-
YUV13.99120.11142.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 85.37%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.37%
G=14.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal356000.8310.8610.291006.86
Hex23600536456a647
Octal43600123144126121447
Binary1000111100010100111100100101011010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230600; }

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

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

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

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

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

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

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

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