#07521D

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

Shades of Crusoe #07521D

Tints of Crusoe #07521D

Color information

#07521D (or 0x07521D) is unknown color: approx Crusoe. HEX triplet: 07, 52 and 1D. RGB value is (7,82,29). Sum of RGB (Red+Green+Blue) = 7+82+29=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #07521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07521D is #F8ADE2. Grayscale: #353535. Windows color (decimal): -16297443 or 1921543. OLE color: 1921543.

HSL color Cylindrical-coordinate representation of color #07521D: hue angle of 137.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07521D is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB78229-
CMYK0.9100.650.68
HSL137.6º84.27%17.45%-
HSV(B)137.6º91.46%32.16%-
XYZ3.336.172.18-
YUV53.53114.1594.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 82 (32.42% from 255) = 69.49%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=5.93%
G=69.49%
B=24.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal782290.9100.650.68137.684.2717.45
Hex7521D5B041448a5411
Octal712235133010110421212421
Binary111101001011101101101101000001100010010001010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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