Html Css Color HEX #A54928 Rock Spray

📋 copy color: '#A54928'

red 165 ◦ green 73 ◦ blue 40

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

Shades of Rock Spray #A54928

Tints of Rock Spray #A54928

RGB

 RED value IS 165 (64.84% from 255) = 59.35%

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 59.35%
G = 26.26%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A54928 (or 0xA54928) is known color: Rock Spray. HEX triplet: A5, 49 and 28. RGB value is (165,73,40). Sum of RGB (Red+Green+Blue) = 165+73+40=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A54928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54928 is #5AB6D7. Grayscale: #606060. Windows color (decimal): -5945048 or 2640293. OLE color: 2640293.

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

Color convert

RGB 165 73 40 -
CMYK 0 0.56 0.76 0.35
HSL 15.84º 0.61% 0.4% -
HSV(B) 15.84º 0.76% 0.65% -
XYZ 18.28 12.92 3.54 -
YUV 96.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 165 73 40 0 0.56 0.76 0.35 15.84 0.61 0.4
Hex A5 49 28 0 38 4C 23 10 3D 28
Octal 245 111 50 0 70 114 43 20 75 50
Binary 10100101 1001001 101000 0 111000 1001100 100011 10000 111101 101000

Color Harmonies of #A54928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54928

Black with #A54928

Text Example


Text Example

White with #A54928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54928; }

 p { color: rgb(165,73,40); }

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

background-color css

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

 a { background-color: rgb(165,73,40); }

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

border-color css

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

 span { border-color: rgb(165,73,40); }

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