Html Css Color HEX #AF7339 Reno Sand

📋 copy color: '#AF7339'

red 175 ◦ green 115 ◦ blue 57

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

Shades of Reno Sand #AF7339

Tints of Reno Sand #AF7339

RGB

 RED value IS 175 (68.75% from 255) = 50.43%

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

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 50.43%
G = 33.14%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF7339 (or 0xAF7339) is known color: Reno Sand. HEX triplet: AF, 73 and 39. RGB value is (175,115,57). Sum of RGB (Red+Green+Blue) = 175+115+57=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7339 is #508CC6. Grayscale: #7E7E7E. Windows color (decimal): -5278919 or 3765167. OLE color: 3765167.

HSL color Cylindrical-coordinate representation of color #AF7339: hue angle of 29.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF7339 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 57 -
CMYK 0 0.34 0.67 0.31
HSL 29.49º 0.51% 0.45% -
HSV(B) 29.49º 0.67% 0.69% -
XYZ 24.55 21.67 6.76 -
YUV 126.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 175 115 57 0 0.34 0.67 0.31 29.49 0.51 0.45
Hex AF 73 39 0 22 43 1F 1D 33 2D
Octal 257 163 71 0 42 103 37 35 63 55
Binary 10101111 1110011 111001 0 100010 1000011 11111 11101 110011 101101

Color Harmonies of #AF7339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7339

Black with #AF7339

Text Example


Text Example

White with #AF7339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7339; }

 p { color: rgb(175,115,57); }

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

background-color css

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

 a { background-color: rgb(175,115,57); }

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

border-color css

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

 span { border-color: rgb(175,115,57); }

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