Html Css Color HEX #927448 Pale Brown

📋 copy color: '#927448'

red 146 ◦ green 116 ◦ blue 72

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

Shades of Pale Brown #927448

Tints of Pale Brown #927448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 43.71%
G = 34.73%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#927448 (or 0x927448) is known color: Pale Brown. HEX triplet: 92, 74 and 48. RGB value is (146,116,72). Sum of RGB (Red+Green+Blue) = 146+116+72=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #927448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927448 is #6D8BB7. Grayscale: #787878. Windows color (decimal): -7179192 or 4748434. OLE color: 4748434.

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

Color convert

RGB 146 116 72 -
CMYK 0 0.21 0.51 0.43
HSL 35.68º 0.34% 0.43% -
HSV(B) 35.68º 0.51% 0.57% -
XYZ 19.27 19.07 8.8 -
YUV 119.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 146 116 72 0 0.21 0.51 0.43 35.68 0.34 0.43
Hex 92 74 48 0 15 33 2B 24 22 2B
Octal 222 164 110 0 25 63 53 44 42 53
Binary 10010010 1110100 1001000 0 10101 110011 101011 100100 100010 101011

Color Harmonies of #927448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927448

Black with #927448

Text Example


Text Example

White with #927448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927448; }

 p { color: rgb(146,116,72); }

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

background-color css

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

 a { background-color: rgb(146,116,72); }

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

border-color css

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

 span { border-color: rgb(146,116,72); }

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