Html Css Color HEX #165321 Crusoe

📋 copy color: '#165321'

red 22 ◦ green 83 ◦ blue 33

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

Shades of Crusoe #165321

Tints of Crusoe #165321

RGB

 RED value IS 22 (8.98% from 255) = 15.94%

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

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 15.94%
G = 60.14%
B = 23.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#165321 (or 0x165321) is known color: Crusoe. HEX triplet: 16, 53 and 21. RGB value is (22,83,33). Sum of RGB (Red+Green+Blue) = 22+83+33=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #165321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165321 is #E9ACDE. Grayscale: #3B3B3B. Windows color (decimal): -15314143 or 2183958. OLE color: 2183958.

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

Color convert

RGB 22 83 33 -
CMYK 0.73 0 0.60 0.67
HSL 130.82º 0.58% 0.21% -
HSV(B) 130.82º 0.73% 0.33% -
XYZ 3.7 6.47 2.49 -
YUV 59.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 22 83 33 0.73 0 0.60 0.67 130.82 0.58 0.21
Hex 16 53 21 49 0 3C 43 83 3A 15
Octal 26 123 41 111 0 74 103 203 72 25
Binary 10110 1010011 100001 1001001 0 111100 1000011 10000011 111010 10101

Color Harmonies of #165321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165321

Black with #165321

Text Example


Text Example

White with #165321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165321; }

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

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

background-color css

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

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

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

border-color css

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

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

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