Html Css Color HEX #AF6737 Bourbon

📋 copy color: '#AF6737'

red 175 ◦ green 103 ◦ blue 55

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

Shades of Bourbon #AF6737

Tints of Bourbon #AF6737

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 52.55%
G = 30.93%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6737 (or 0xAF6737) is known color: Bourbon. HEX triplet: AF, 67 and 37. RGB value is (175,103,55). Sum of RGB (Red+Green+Blue) = 175+103+55=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6737 is #5098C8. Grayscale: #777777. Windows color (decimal): -5281993 or 3631023. OLE color: 3631023.

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

Color convert

RGB 175 103 55 -
CMYK 0 0.41 0.69 0.31
HSL 24º 0.52% 0.45% -
HSV(B) 24º 0.69% 0.69% -
XYZ 23.22 19.09 6.08 -
YUV 119.06 91.85 167.9 -
System Red Green Blue C M Y K H S L
Decimal 175 103 55 0 0.41 0.69 0.31 24 0.52 0.45
Hex AF 67 37 0 29 45 1F 18 34 2D
Octal 257 147 67 0 51 105 37 30 64 55
Binary 10101111 1100111 110111 0 101001 1000101 11111 11000 110100 101101

Color Harmonies of #AF6737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6737

Black with #AF6737

Text Example


Text Example

White with #AF6737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6737; }

 p { color: rgb(175,103,55); }

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

background-color css

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

 a { background-color: rgb(175,103,55); }

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

border-color css

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

 span { border-color: rgb(175,103,55); }

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