#10521D

Color #10521D Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #10521D

Tints of Crusoe #10521D

Color information

#10521D (or 0x10521D) is unknown color: approx Crusoe. HEX triplet: 10, 52 and 1D. RGB value is (16,82,29). Sum of RGB (Red+Green+Blue) = 16+82+29=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #10521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10521D is #EFADE2. Grayscale: #383838. Windows color (decimal): -15707619 or 1921552. OLE color: 1921552.

HSL color Cylindrical-coordinate representation of color #10521D: hue angle of 131.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10521D is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB168229-
CMYK0.8000.650.68
HSL131.82º67.35%19.22%-
HSV(B)131.82º80.49%32.16%-
XYZ3.456.232.18-
YUV56.22112.6399.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 82 (32.42% from 255) = 64.57%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=12.60%
G=64.57%
B=22.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1682290.8000.650.68131.8267.3519.22
Hex10521D5004144844313
Octal2012235120010110420410323
Binary10000101001011101101000001000001100010010000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10521D; }

 p { color: rgb(16,82,29); }

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

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

 a { background-color: rgb(16,82,29); }

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

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

 span { border-color: rgb(16,82,29); }

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