Html Css Color HEX #0A5316 Crusoe

📋 copy color: '#0A5316'

red 10 ◦ green 83 ◦ blue 22

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

Shades of Crusoe #0A5316

Tints of Crusoe #0A5316

RGB

 RED value IS 10 (4.3% from 255) = 8.7%

 GREEN value IS 83 (32.81% from 255) = 72.17%

 BLUE value IS 22 (8.98% from 255) = 19.13%

R = 8.7%
G = 72.17%
B = 19.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#0A5316 (or 0x0A5316) is known color: Crusoe. HEX triplet: 0A, 53 and 16. RGB value is (10,83,22). Sum of RGB (Red+Green+Blue) = 10+83+22=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5316 is #F5ACE9. Grayscale: #363636. Windows color (decimal): -16100586 or 1463050. OLE color: 1463050.

HSL color Cylindrical-coordinate representation of color #0A5316: hue angle of 129.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5316 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 83 22 -
CMYK 0.88 0 0.73 0.67
HSL 129.86º 0.78% 0.18% -
HSV(B) 129.86º 0.88% 0.33% -
XYZ 3.36 6.31 1.8 -
YUV 54.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 10 83 22 0.88 0 0.73 0.67 129.86 0.78 0.18
Hex A 53 16 58 0 49 43 82 4E 12
Octal 12 123 26 130 0 111 103 202 116 22
Binary 1010 1010011 10110 1011000 0 1001001 1000011 10000010 1001110 10010

Color Harmonies of #0A5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5316

Black with #0A5316

Text Example


Text Example

White with #0A5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,83,22); }

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

background-color css

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

 a { background-color: rgb(10,83,22); }

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

border-color css

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

 span { border-color: rgb(10,83,22); }

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