Html Css Color HEX #A5855C Sorrell Brown

📋 copy color: '#A5855C'

red 165 ◦ green 133 ◦ blue 92

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

Shades of Sorrell Brown #A5855C

Tints of Sorrell Brown #A5855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 42.31%
G = 34.1%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5855C (or 0xA5855C) is known color: Sorrell Brown. HEX triplet: A5, 85 and 5C. RGB value is (165,133,92). Sum of RGB (Red+Green+Blue) = 165+133+92=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855C is #5A7AA3. Grayscale: #8A8A8A. Windows color (decimal): -5929636 or 6063525. OLE color: 6063525.

HSL color Cylindrical-coordinate representation of color #A5855C: hue angle of 33.7º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5855C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 92 -
CMYK 0 0.19 0.44 0.35
HSL 33.7º 0.29% 0.5% -
HSV(B) 33.7º 0.44% 0.65% -
XYZ 25.84 25.55 13.69 -
YUV 137.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 165 133 92 0 0.19 0.44 0.35 33.7 0.29 0.5
Hex A5 85 5C 0 13 2C 23 22 1D 32
Octal 245 205 134 0 23 54 43 42 35 62
Binary 10100101 10000101 1011100 0 10011 101100 100011 100010 11101 110010

Color Harmonies of #A5855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5855C

Black with #A5855C

Text Example


Text Example

White with #A5855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5855C; }

 p { color: rgb(165,133,92); }

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

background-color css

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

 a { background-color: rgb(165,133,92); }

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

border-color css

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

 span { border-color: rgb(165,133,92); }

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