Html Css Color HEX #A53820 Rock Spray

📋 copy color: '#A53820'

red 165 ◦ green 56 ◦ blue 32

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

Shades of Rock Spray #A53820

Tints of Rock Spray #A53820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 65.22%
G = 22.13%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A53820 (or 0xA53820) is known color: Rock Spray. HEX triplet: A5, 38 and 20. RGB value is (165,56,32). Sum of RGB (Red+Green+Blue) = 165+56+32=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A53820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53820 is #5AC7DF. Grayscale: #565656. Windows color (decimal): -5949408 or 2111653. OLE color: 2111653.

HSL color Cylindrical-coordinate representation of color #A53820: hue angle of 10.83º 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 #A53820 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 32 -
CMYK 0 0.66 0.81 0.35
HSL 10.83º 0.68% 0.39% -
HSV(B) 10.83º 0.81% 0.65% -
XYZ 17.19 10.93 2.57 -
YUV 85.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 165 56 32 0 0.66 0.81 0.35 10.83 0.68 0.39
Hex A5 38 20 0 42 51 23 B 44 27
Octal 245 70 40 0 102 121 43 13 104 47
Binary 10100101 111000 100000 0 1000010 1010001 100011 1011 1000100 100111

Color Harmonies of #A53820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53820

Black with #A53820

Text Example


Text Example

White with #A53820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53820; }

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

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

background-color css

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

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

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

border-color css

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

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

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