#231005

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

Shades of Seal Brown #231005

Tints of Seal Brown #231005

Color information

#231005 (or 0x231005) is unknown color: approx Seal Brown. HEX triplet: 23, 10 and 05. RGB value is (35,16,5). Sum of RGB (Red+Green+Blue) = 35+16+5=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #231005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231005 is #DCEFFA. Grayscale: #141414. Windows color (decimal): -14479355 or 331811. OLE color: 331811.

HSL color Cylindrical-coordinate representation of color #231005: hue angle of 22º 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 #231005 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB35165-
CMYK00.540.860.86
HSL22º75%7.84%-
HSV(B)22º85.71%13.73%-
XYZ0.910.740.24-
YUV20.43119.29138.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=62.5%
G=28.57%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3516500.540.860.8622757.84
Hex231050365656164b8
Octal432050661261262611310
Binary100011100001010110110101011010101101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231005; }

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

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

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

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

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

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

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

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