Html Css Color HEX #AF7541 Bourbon

📋 copy color: '#AF7541'

red 175 ◦ green 117 ◦ blue 65

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

Shades of Bourbon #AF7541

Tints of Bourbon #AF7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 65 (25.78% from 255) = 18.21%

R = 49.02%
G = 32.77%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7541 (or 0xAF7541) is known color: Bourbon. HEX triplet: AF, 75 and 41. RGB value is (175,117,65). Sum of RGB (Red+Green+Blue) = 175+117+65=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7541 is #508ABE. Grayscale: #808080. Windows color (decimal): -5278399 or 4289967. OLE color: 4289967.

HSL color Cylindrical-coordinate representation of color #AF7541: hue angle of 28.36º 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 #AF7541 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 65 -
CMYK 0 0.33 0.63 0.31
HSL 28.36º 0.46% 0.47% -
HSV(B) 28.36º 0.63% 0.69% -
XYZ 24.99 22.22 7.97 -
YUV 128.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 175 117 65 0 0.33 0.63 0.31 28.36 0.46 0.47
Hex AF 75 41 0 21 3F 1F 1C 2E 2F
Octal 257 165 101 0 41 77 37 34 56 57
Binary 10101111 1110101 1000001 0 100001 111111 11111 11100 101110 101111

Color Harmonies of #AF7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7541

Black with #AF7541

Text Example


Text Example

White with #AF7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7541; }

 p { color: rgb(175,117,65); }

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

background-color css

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

 a { background-color: rgb(175,117,65); }

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

border-color css

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

 span { border-color: rgb(175,117,65); }

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