#10541D

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

Shades of Crusoe #10541D

Tints of Crusoe #10541D

Color information

#10541D (or 0x10541D) is unknown color: approx Crusoe. HEX triplet: 10, 54 and 1D. RGB value is (16,84,29). Sum of RGB (Red+Green+Blue) = 16+84+29=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #10541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10541D is #EFABE2. Grayscale: #393939. Windows color (decimal): -15707107 or 1922064. OLE color: 1922064.

HSL color Cylindrical-coordinate representation of color #10541D: hue angle of 131.47º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10541D is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB168429-
CMYK0.8100.650.67
HSL131.47º68%19.61%-
HSV(B)131.47º80.95%32.94%-
XYZ3.616.542.23-
YUV57.4111.9798.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 84 (33.20% from 255) = 65.12%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=12.40%
G=65.12%
B=22.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1684290.8100.650.67131.476819.61
Hex10541D5104143834414
Octal2012435121010110320310424
Binary10000101010011101101000101000001100001110000011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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