Html Css Color HEX #AF7940 Bourbon

📋 copy color: '#AF7940'

red 175 ◦ green 121 ◦ blue 64

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

Shades of Bourbon #AF7940

Tints of Bourbon #AF7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 48.61%
G = 33.61%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7940 (or 0xAF7940) is known color: Bourbon. HEX triplet: AF, 79 and 40. RGB value is (175,121,64). Sum of RGB (Red+Green+Blue) = 175+121+64=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7940 is #5086BF. Grayscale: #828282. Windows color (decimal): -5277376 or 4225455. OLE color: 4225455.

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

Color convert

RGB 175 121 64 -
CMYK 0 0.31 0.63 0.31
HSL 30.81º 0.46% 0.47% -
HSV(B) 30.81º 0.63% 0.69% -
XYZ 25.44 23.16 7.98 -
YUV 130.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 175 121 64 0 0.31 0.63 0.31 30.81 0.46 0.47
Hex AF 79 40 0 1F 3F 1F 1F 2E 2F
Octal 257 171 100 0 37 77 37 37 56 57
Binary 10101111 1111001 1000000 0 11111 111111 11111 11111 101110 101111

Color Harmonies of #AF7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7940

Black with #AF7940

Text Example


Text Example

White with #AF7940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7940; }

 p { color: rgb(175,121,64); }

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

background-color css

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

 a { background-color: rgb(175,121,64); }

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

border-color css

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

 span { border-color: rgb(175,121,64); }

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