Html Css Color HEX #A5825E Sorrell Brown

📋 copy color: '#A5825E'

red 165 ◦ green 130 ◦ blue 94

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

Shades of Sorrell Brown #A5825E

Tints of Sorrell Brown #A5825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 42.42%
G = 33.42%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5825E (or 0xA5825E) is known color: Sorrell Brown. HEX triplet: A5, 82 and 5E. RGB value is (165,130,94). Sum of RGB (Red+Green+Blue) = 165+130+94=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5825E is #5A7DA1. Grayscale: #888888. Windows color (decimal): -5930402 or 6193829. OLE color: 6193829.

HSL color Cylindrical-coordinate representation of color #A5825E: hue angle of 30.42º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5825E is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 94 -
CMYK 0 0.21 0.43 0.35
HSL 30.42º 0.28% 0.51% -
HSV(B) 30.42º 0.43% 0.65% -
XYZ 25.52 24.77 14.03 -
YUV 136.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 165 130 94 0 0.21 0.43 0.35 30.42 0.28 0.51
Hex A5 82 5E 0 15 2B 23 1E 1C 33
Octal 245 202 136 0 25 53 43 36 34 63
Binary 10100101 10000010 1011110 0 10101 101011 100011 11110 11100 110011

Color Harmonies of #A5825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5825E

Black with #A5825E

Text Example


Text Example

White with #A5825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5825E; }

 p { color: rgb(165,130,94); }

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

background-color css

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

 a { background-color: rgb(165,130,94); }

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

border-color css

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

 span { border-color: rgb(165,130,94); }

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