Html Css Color HEX #0D5319 Crusoe

📋 copy color: '#0D5319'

red 13 ◦ green 83 ◦ blue 25

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

Shades of Crusoe #0D5319

Tints of Crusoe #0D5319

RGB

 RED value IS 13 (5.47% from 255) = 10.74%

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 10.74%
G = 68.6%
B = 20.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#0D5319 (or 0x0D5319) is known color: Crusoe. HEX triplet: 0D, 53 and 19. RGB value is (13,83,25). Sum of RGB (Red+Green+Blue) = 13+83+25=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5319 is #F2ACE6. Grayscale: #373737. Windows color (decimal): -15903975 or 1659661. OLE color: 1659661.

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

Color convert

RGB 13 83 25 -
CMYK 0.84 0 0.70 0.67
HSL 130.29º 0.73% 0.19% -
HSV(B) 130.29º 0.84% 0.33% -
XYZ 3.43 6.34 1.96 -
YUV 55.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 13 83 25 0.84 0 0.70 0.67 130.29 0.73 0.19
Hex D 53 19 54 0 46 43 82 49 13
Octal 15 123 31 124 0 106 103 202 111 23
Binary 1101 1010011 11001 1010100 0 1000110 1000011 10000010 1001001 10011

Color Harmonies of #0D5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5319

Black with #0D5319

Text Example


Text Example

White with #0D5319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,25); }

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

background-color css

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

 a { background-color: rgb(13,83,25); }

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

border-color css

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

 span { border-color: rgb(13,83,25); }

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