Html Css Color HEX #71836B Xanadu

📋 copy color: '#71836B'

red 113 ◦ green 131 ◦ blue 107

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

Shades of Xanadu #71836B

Tints of Xanadu #71836B

RGB

 RED value IS 113 (44.53% from 255) = 32.19%

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

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

R = 32.19%
G = 37.32%
B = 30.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#71836B (or 0x71836B) is known color: Xanadu. HEX triplet: 71, 83 and 6B. RGB value is (113,131,107). Sum of RGB (Red+Green+Blue) = 113+131+107=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #71836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71836B is #8E7C94. Grayscale: #7A7A7A. Windows color (decimal): -9338005 or 7046001. OLE color: 7046001.

HSL color Cylindrical-coordinate representation of color #71836B: hue angle of 105º 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 #71836B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 107 -
CMYK 0.14 0 0.18 0.49
HSL 105º 0.1% 0.47% -
HSV(B) 105º 0.18% 0.51% -
XYZ 17.58 20.8 17 -
YUV 122.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 113 131 107 0.14 0 0.18 0.49 105 0.1 0.47
Hex 71 83 6B E 0 12 31 69 A 2F
Octal 161 203 153 16 0 22 61 151 12 57
Binary 1110001 10000011 1101011 1110 0 10010 110001 1101001 1010 101111

Color Harmonies of #71836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71836B

Black with #71836B

Text Example


Text Example

White with #71836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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