Html Css Color HEX #73836B Xanadu

📋 copy color: '#73836B'

red 115 ◦ green 131 ◦ blue 107

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

Shades of Xanadu #73836B

Tints of Xanadu #73836B

RGB

 RED value IS 115 (45.31% from 255) = 32.58%

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 32.58%
G = 37.11%
B = 30.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#73836B (or 0x73836B) is known color: Xanadu. HEX triplet: 73, 83 and 6B. RGB value is (115,131,107). Sum of RGB (Red+Green+Blue) = 115+131+107=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #73836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73836B is #8C7C94. Grayscale: #7B7B7B. Windows color (decimal): -9206933 or 7046003. OLE color: 7046003.

HSL color Cylindrical-coordinate representation of color #73836B: hue angle of 100º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73836B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 131 107 -
CMYK 0.12 0 0.18 0.49
HSL 100º 0.1% 0.47% -
HSV(B) 100º 0.18% 0.51% -
XYZ 17.84 20.94 17.01 -
YUV 123.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 115 131 107 0.12 0 0.18 0.49 100 0.1 0.47
Hex 73 83 6B C 0 12 31 64 A 2F
Octal 163 203 153 14 0 22 61 144 12 57
Binary 1110011 10000011 1101011 1100 0 10010 110001 1100100 1010 101111

Color Harmonies of #73836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73836B

Black with #73836B

Text Example


Text Example

White with #73836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73836B; }

 p { color: rgb(115,131,107); }

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

background-color css

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

 a { background-color: rgb(115,131,107); }

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

border-color css

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

 span { border-color: rgb(115,131,107); }

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