#230C05

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

Shades of Seal Brown #230C05

Tints of Seal Brown #230C05

Color information

#230C05 (or 0x230C05) is unknown color: approx Seal Brown. HEX triplet: 23, 0C and 05. RGB value is (35,12,5). Sum of RGB (Red+Green+Blue) = 35+12+5=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C05 is #DCF3FA. Grayscale: #121212. Windows color (decimal): -14480379 or 330787. OLE color: 330787.

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

Color convert

RGB35125-
CMYK00.660.860.86
HSL14º75%7.84%-
HSV(B)14º85.71%13.73%-
XYZ0.850.630.22-
YUV18.08120.62140.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=67.31%
G=23.08%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3512500.660.860.8614757.84
Hex23C50425656e4b8
Octal4314501021261261611310
Binary10001111001010100001010101101010110111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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