Html Css Color HEX #0A5323 Crusoe

📋 copy color: '#0A5323'

red 10 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #0A5323

Tints of Crusoe #0A5323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.34%

R = 7.81%
G = 64.84%
B = 27.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#0A5323 (or 0x0A5323) is known color: Crusoe. HEX triplet: 0A, 53 and 23. RGB value is (10,83,35). Sum of RGB (Red+Green+Blue) = 10+83+35=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5323 is #F5ACDC. Grayscale: #373737. Windows color (decimal): -16100573 or 2315018. OLE color: 2315018.

HSL color Cylindrical-coordinate representation of color #0A5323: hue angle of 140.55º 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 #0A5323 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 83 35 -
CMYK 0.88 0 0.58 0.67
HSL 140.55º 0.78% 0.18% -
HSV(B) 140.55º 0.88% 0.33% -
XYZ 3.52 6.37 2.63 -
YUV 55.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 10 83 35 0.88 0 0.58 0.67 140.55 0.78 0.18
Hex A 53 23 58 0 3A 43 8D 4E 12
Octal 12 123 43 130 0 72 103 215 116 22
Binary 1010 1010011 100011 1011000 0 111010 1000011 10001101 1001110 10010

Color Harmonies of #0A5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5323

Black with #0A5323

Text Example


Text Example

White with #0A5323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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