Html Css Color HEX #A75C2F Vesuvius

📋 copy color: '#A75C2F'

red 167 ◦ green 92 ◦ blue 47

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

Shades of Vesuvius #A75C2F

Tints of Vesuvius #A75C2F

RGB

 RED value IS 167 (65.63% from 255) = 54.58%

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 54.58%
G = 30.07%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A75C2F (or 0xA75C2F) is known color: Vesuvius. HEX triplet: A7, 5C and 2F. RGB value is (167,92,47). Sum of RGB (Red+Green+Blue) = 167+92+47=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C2F is #58A3D0. Grayscale: #6D6D6D. Windows color (decimal): -5809105 or 3103911. OLE color: 3103911.

HSL color Cylindrical-coordinate representation of color #A75C2F: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A75C2F is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 92 47 -
CMYK 0 0.45 0.72 0.35
HSL 22.5º 0.56% 0.42% -
HSV(B) 22.5º 0.72% 0.65% -
XYZ 20.28 16.08 4.72 -
YUV 109.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 167 92 47 0 0.45 0.72 0.35 22.5 0.56 0.42
Hex A7 5C 2F 0 2D 48 23 16 38 2A
Octal 247 134 57 0 55 110 43 26 70 52
Binary 10100111 1011100 101111 0 101101 1001000 100011 10110 111000 101010

Color Harmonies of #A75C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C2F

Black with #A75C2F

Text Example


Text Example

White with #A75C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C2F; }

 p { color: rgb(167,92,47); }

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

background-color css

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

 a { background-color: rgb(167,92,47); }

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

border-color css

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

 span { border-color: rgb(167,92,47); }

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