#10521F

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

Shades of Crusoe #10521F

Tints of Crusoe #10521F

Color information

#10521F (or 0x10521F) is unknown color: approx Crusoe. HEX triplet: 10, 52 and 1F. RGB value is (16,82,31). Sum of RGB (Red+Green+Blue) = 16+82+31=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #10521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10521F is #EFADE0. Grayscale: #383838. Windows color (decimal): -15707617 or 2052624. OLE color: 2052624.

HSL color Cylindrical-coordinate representation of color #10521F: hue angle of 133.64º 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 #10521F is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB168231-
CMYK0.8000.620.68
HSL133.64º67.35%19.22%-
HSV(B)133.64º80.49%32.16%-
XYZ3.486.242.32-
YUV56.45113.6399.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=12.40%
G=63.57%
B=24.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1682310.8000.620.68133.6467.3519.22
Hex10521F5003E44864313
Octal201223712007610420610323
Binary1000010100101111110100000111110100010010000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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