Html Css Color HEX #927250 Pale Brown

📋 copy color: '#927250'

red 146 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #927250

Tints of Pale Brown #927250

RGB

 RED value IS 146 (57.42% from 255) = 42.94%

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 42.94%
G = 33.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#927250 (or 0x927250) is known color: Pale Brown. HEX triplet: 92, 72 and 50. RGB value is (146,114,80). Sum of RGB (Red+Green+Blue) = 146+114+80=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #927250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927250 is #6D8DAF. Grayscale: #777777. Windows color (decimal): -7179696 or 5272210. OLE color: 5272210.

HSL color Cylindrical-coordinate representation of color #927250: hue angle of 30.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927250 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 114 80 -
CMYK 0 0.22 0.45 0.43
HSL 30.91º 0.29% 0.44% -
HSV(B) 30.91º 0.45% 0.57% -
XYZ 19.32 18.72 10.19 -
YUV 119.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 146 114 80 0 0.22 0.45 0.43 30.91 0.29 0.44
Hex 92 72 50 0 16 2D 2B 1F 1D 2C
Octal 222 162 120 0 26 55 53 37 35 54
Binary 10010010 1110010 1010000 0 10110 101101 101011 11111 11101 101100

Color Harmonies of #927250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927250

Black with #927250

Text Example


Text Example

White with #927250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927250; }

 p { color: rgb(146,114,80); }

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

background-color css

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

 a { background-color: rgb(146,114,80); }

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

border-color css

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

 span { border-color: rgb(146,114,80); }

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