Html Css Color HEX #AF7348 Bourbon

📋 copy color: '#AF7348'

red 175 ◦ green 115 ◦ blue 72

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

Shades of Bourbon #AF7348

Tints of Bourbon #AF7348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 48.34%
G = 31.77%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF7348 (or 0xAF7348) is known color: Bourbon. HEX triplet: AF, 73 and 48. RGB value is (175,115,72). Sum of RGB (Red+Green+Blue) = 175+115+72=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7348 is #508CB7. Grayscale: #808080. Windows color (decimal): -5278904 or 4748207. OLE color: 4748207.

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

Color convert

RGB 175 115 72 -
CMYK 0 0.34 0.59 0.31
HSL 25.05º 0.42% 0.48% -
HSV(B) 25.05º 0.59% 0.69% -
XYZ 24.98 21.84 9.03 -
YUV 128.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 175 115 72 0 0.34 0.59 0.31 25.05 0.42 0.48
Hex AF 73 48 0 22 3B 1F 19 2A 30
Octal 257 163 110 0 42 73 37 31 52 60
Binary 10101111 1110011 1001000 0 100010 111011 11111 11001 101010 110000

Color Harmonies of #AF7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7348

Black with #AF7348

Text Example


Text Example

White with #AF7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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