Html Css Color HEX #0F5528 Crusoe

📋 copy color: '#0F5528'

red 15 ◦ green 85 ◦ blue 40

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

Shades of Crusoe #0F5528

Tints of Crusoe #0F5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 60.71%

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 10.71%
G = 60.71%
B = 28.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#0F5528 (or 0x0F5528) is known color: Crusoe. HEX triplet: 0F, 55 and 28. RGB value is (15,85,40). Sum of RGB (Red+Green+Blue) = 15+85+40=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5528 is #F0AAD7. Grayscale: #3B3B3B. Windows color (decimal): -15772376 or 2643215. OLE color: 2643215.

HSL color Cylindrical-coordinate representation of color #0F5528: hue angle of 141.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5528 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 40 -
CMYK 0.82 0 0.53 0.67
HSL 141.43º 0.7% 0.2% -
HSV(B) 141.43º 0.82% 0.33% -
XYZ 3.83 6.75 3.11 -
YUV 58.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 15 85 40 0.82 0 0.53 0.67 141.43 0.7 0.2
Hex F 55 28 52 0 35 43 8D 46 14
Octal 17 125 50 122 0 65 103 215 106 24
Binary 1111 1010101 101000 1010010 0 110101 1000011 10001101 1000110 10100

Color Harmonies of #0F5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5528

Black with #0F5528

Text Example


Text Example

White with #0F5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,85,40); }

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

background-color css

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

 a { background-color: rgb(15,85,40); }

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

border-color css

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

 span { border-color: rgb(15,85,40); }

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