Html Css Color HEX #A53920 Rock Spray

📋 copy color: '#A53920'

red 165 ◦ green 57 ◦ blue 32

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

Shades of Rock Spray #A53920

Tints of Rock Spray #A53920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 64.96%
G = 22.44%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A53920 (or 0xA53920) is known color: Rock Spray. HEX triplet: A5, 39 and 20. RGB value is (165,57,32). Sum of RGB (Red+Green+Blue) = 165+57+32=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A53920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53920 is #5AC6DF. Grayscale: #565656. Windows color (decimal): -5949152 or 2111909. OLE color: 2111909.

HSL color Cylindrical-coordinate representation of color #A53920: hue angle of 11.28º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A53920 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 57 32 -
CMYK 0 0.65 0.81 0.35
HSL 11.28º 0.68% 0.39% -
HSV(B) 11.28º 0.81% 0.65% -
XYZ 17.24 11.03 2.59 -
YUV 86.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 165 57 32 0 0.65 0.81 0.35 11.28 0.68 0.39
Hex A5 39 20 0 41 51 23 B 44 27
Octal 245 71 40 0 101 121 43 13 104 47
Binary 10100101 111001 100000 0 1000001 1010001 100011 1011 1000100 100111

Color Harmonies of #A53920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53920

Black with #A53920

Text Example


Text Example

White with #A53920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53920; }

 p { color: rgb(165,57,32); }

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

background-color css

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

 a { background-color: rgb(165,57,32); }

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

border-color css

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

 span { border-color: rgb(165,57,32); }

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