Html Css Color HEX #A75B30 Vesuvius

📋 copy color: '#A75B30'

red 167 ◦ green 91 ◦ blue 48

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

Shades of Vesuvius #A75B30

Tints of Vesuvius #A75B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 54.58%
G = 29.74%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A75B30 (or 0xA75B30) is known color: Vesuvius. HEX triplet: A7, 5B and 30. RGB value is (167,91,48). Sum of RGB (Red+Green+Blue) = 167+91+48=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B30 is #58A4CF. Grayscale: #6D6D6D. Windows color (decimal): -5809360 or 3169191. OLE color: 3169191.

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

Color convert

RGB 167 91 48 -
CMYK 0 0.46 0.71 0.35
HSL 21.68º 0.55% 0.42% -
HSV(B) 21.68º 0.71% 0.65% -
XYZ 20.21 15.91 4.8 -
YUV 108.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 167 91 48 0 0.46 0.71 0.35 21.68 0.55 0.42
Hex A7 5B 30 0 2E 47 23 16 37 2A
Octal 247 133 60 0 56 107 43 26 67 52
Binary 10100111 1011011 110000 0 101110 1000111 100011 10110 110111 101010

Color Harmonies of #A75B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B30

Black with #A75B30

Text Example


Text Example

White with #A75B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B30; }

 p { color: rgb(167,91,48); }

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

background-color css

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

 a { background-color: rgb(167,91,48); }

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

border-color css

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

 span { border-color: rgb(167,91,48); }

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