Html Css Color HEX #A38360 Sorrell Brown

📋 copy color: '#A38360'

red 163 ◦ green 131 ◦ blue 96

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

Shades of Sorrell Brown #A38360

Tints of Sorrell Brown #A38360

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 41.79%
G = 33.59%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A38360 (or 0xA38360) is known color: Sorrell Brown. HEX triplet: A3, 83 and 60. RGB value is (163,131,96). Sum of RGB (Red+Green+Blue) = 163+131+96=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A38360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38360 is #5C7C9F. Grayscale: #888888. Windows color (decimal): -6061216 or 6325155. OLE color: 6325155.

HSL color Cylindrical-coordinate representation of color #A38360: hue angle of 31.34º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38360 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 96 -
CMYK 0 0.20 0.41 0.36
HSL 31.34º 0.27% 0.51% -
HSV(B) 31.34º 0.41% 0.64% -
XYZ 25.33 24.86 14.53 -
YUV 136.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 163 131 96 0 0.20 0.41 0.36 31.34 0.27 0.51
Hex A3 83 60 0 14 29 24 1F 1B 33
Octal 243 203 140 0 24 51 44 37 33 63
Binary 10100011 10000011 1100000 0 10100 101001 100100 11111 11011 110011

Color Harmonies of #A38360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38360

Black with #A38360

Text Example


Text Example

White with #A38360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38360; }

 p { color: rgb(163,131,96); }

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

background-color css

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

 a { background-color: rgb(163,131,96); }

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

border-color css

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

 span { border-color: rgb(163,131,96); }

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