Html Css Color HEX #A53823 Rock Spray

📋 copy color: '#A53823'

red 165 ◦ green 56 ◦ blue 35

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

Shades of Rock Spray #A53823

Tints of Rock Spray #A53823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 64.45%
G = 21.88%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A53823 (or 0xA53823) is known color: Rock Spray. HEX triplet: A5, 38 and 23. RGB value is (165,56,35). Sum of RGB (Red+Green+Blue) = 165+56+35=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A53823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53823 is #5AC7DC. Grayscale: #565656. Windows color (decimal): -5949405 or 2308261. OLE color: 2308261.

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

Color convert

RGB 165 56 35 -
CMYK 0 0.66 0.79 0.35
HSL 9.69º 0.65% 0.39% -
HSV(B) 9.69º 0.79% 0.65% -
XYZ 17.23 10.95 2.8 -
YUV 86.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 165 56 35 0 0.66 0.79 0.35 9.69 0.65 0.39
Hex A5 38 23 0 42 4F 23 A 41 27
Octal 245 70 43 0 102 117 43 12 101 47
Binary 10100101 111000 100011 0 1000010 1001111 100011 1010 1000001 100111

Color Harmonies of #A53823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53823

Black with #A53823

Text Example


Text Example

White with #A53823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53823; }

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

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

background-color css

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

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

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

border-color css

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

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

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