Html Css Color HEX #115323 Crusoe

📋 copy color: '#115323'

red 17 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #115323

Tints of Crusoe #115323

RGB

 RED value IS 17 (7.03% from 255) = 12.59%

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

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

R = 12.59%
G = 61.48%
B = 25.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#115323 (or 0x115323) is known color: Crusoe. HEX triplet: 11, 53 and 23. RGB value is (17,83,35). Sum of RGB (Red+Green+Blue) = 17+83+35=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #115323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115323 is #EEACDC. Grayscale: #393939. Windows color (decimal): -15641821 or 2315025. OLE color: 2315025.

HSL color Cylindrical-coordinate representation of color #115323: hue angle of 136.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115323 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 35 -
CMYK 0.80 0 0.58 0.67
HSL 136.36º 0.66% 0.2% -
HSV(B) 136.36º 0.8% 0.33% -
XYZ 3.63 6.43 2.64 -
YUV 57.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 17 83 35 0.80 0 0.58 0.67 136.36 0.66 0.2
Hex 11 53 23 50 0 3A 43 88 42 14
Octal 21 123 43 120 0 72 103 210 102 24
Binary 10001 1010011 100011 1010000 0 111010 1000011 10001000 1000010 10100

Color Harmonies of #115323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115323

Black with #115323

Text Example


Text Example

White with #115323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115323; }

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

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

background-color css

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

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

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

border-color css

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

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

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