Html Css Color HEX #0F5720 Crusoe

📋 copy color: '#0F5720'

red 15 ◦ green 87 ◦ blue 32

#0F5720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0F5720

Tints of Crusoe #0F5720

RGB

 RED value IS 15 (6.25% from 255) = 11.19%

 GREEN value IS 87 (34.38% from 255) = 64.93%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 11.19%
G = 64.93%
B = 23.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#0F5720 (or 0x0F5720) is known color: Crusoe. HEX triplet: 0F, 57 and 20. RGB value is (15,87,32). Sum of RGB (Red+Green+Blue) = 15+87+32=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5720 is #F0A8DF. Grayscale: #3B3B3B. Windows color (decimal): -15771872 or 2119439. OLE color: 2119439.

HSL color Cylindrical-coordinate representation of color #0F5720: hue angle of 134.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5720 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 87 32 -
CMYK 0.83 0 0.63 0.66
HSL 134.17º 0.71% 0.2% -
HSV(B) 134.17º 0.83% 0.34% -
XYZ 3.87 7.02 2.52 -
YUV 59.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 15 87 32 0.83 0 0.63 0.66 134.17 0.71 0.2
Hex F 57 20 53 0 3F 42 86 47 14
Octal 17 127 40 123 0 77 102 206 107 24
Binary 1111 1010111 100000 1010011 0 111111 1000010 10000110 1000111 10100

Color Harmonies of #0F5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5720

Black with #0F5720

Text Example


Text Example

White with #0F5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5720; }

 p { color: rgb(15,87,32); }

 H1.HeaderClassName
 {
   color: #0F5720;
 }
 .AnyTagClassName
 {
   color: #0F5720;
 }
</style>

background-color css

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

 a { background-color: rgb(15,87,32); }

 div.DivClassName
 {
   background-color: #0F5720;
 }
 .BgClassName
 {
   background-color: #0F5720;
 }
</style>

border-color css

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

 span { border-color: rgb(15,87,32); }

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