Html Css Color HEX #AF733B Bourbon

📋 copy color: '#AF733B'

red 175 ◦ green 115 ◦ blue 59

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

Shades of Bourbon #AF733B

Tints of Bourbon #AF733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 50.14%
G = 32.95%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF733B (or 0xAF733B) is known color: Bourbon. HEX triplet: AF, 73 and 3B. RGB value is (175,115,59). Sum of RGB (Red+Green+Blue) = 175+115+59=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF733B is #508CC4. Grayscale: #7E7E7E. Windows color (decimal): -5278917 or 3896239. OLE color: 3896239.

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

Color convert

RGB 175 115 59 -
CMYK 0 0.34 0.66 0.31
HSL 28.97º 0.5% 0.46% -
HSV(B) 28.97º 0.66% 0.69% -
XYZ 24.6 21.69 7.03 -
YUV 126.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 175 115 59 0 0.34 0.66 0.31 28.97 0.5 0.46
Hex AF 73 3B 0 22 42 1F 1D 32 2E
Octal 257 163 73 0 42 102 37 35 62 56
Binary 10101111 1110011 111011 0 100010 1000010 11111 11101 110010 101110

Color Harmonies of #AF733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF733B

Black with #AF733B

Text Example


Text Example

White with #AF733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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