Html Css Color HEX #AB7337 Reno Sand

📋 copy color: '#AB7337'

red 171 ◦ green 115 ◦ blue 55

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

Shades of Reno Sand #AB7337

Tints of Reno Sand #AB7337

RGB

 RED value IS 171 (67.19% from 255) = 50.15%

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 55 (21.88% from 255) = 16.13%

R = 50.15%
G = 33.72%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB7337 (or 0xAB7337) is known color: Reno Sand. HEX triplet: AB, 73 and 37. RGB value is (171,115,55). Sum of RGB (Red+Green+Blue) = 171+115+55=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7337 is #548CC8. Grayscale: #7D7D7D. Windows color (decimal): -5541065 or 3634091. OLE color: 3634091.

HSL color Cylindrical-coordinate representation of color #AB7337: hue angle of 31.03º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB7337 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 115 55 -
CMYK 0 0.33 0.68 0.33
HSL 31.03º 0.51% 0.44% -
HSV(B) 31.03º 0.68% 0.67% -
XYZ 23.61 21.2 6.46 -
YUV 124.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 171 115 55 0 0.33 0.68 0.33 31.03 0.51 0.44
Hex AB 73 37 0 21 44 21 1F 33 2C
Octal 253 163 67 0 41 104 41 37 63 54
Binary 10101011 1110011 110111 0 100001 1000100 100001 11111 110011 101100

Color Harmonies of #AB7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7337

Black with #AB7337

Text Example


Text Example

White with #AB7337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7337; }

 p { color: rgb(171,115,55); }

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

background-color css

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

 a { background-color: rgb(171,115,55); }

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

border-color css

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

 span { border-color: rgb(171,115,55); }

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