Html Css Color HEX #92764E Pale Brown

📋 copy color: '#92764E'

red 146 ◦ green 118 ◦ blue 78

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

Shades of Pale Brown #92764E

Tints of Pale Brown #92764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 42.69%
G = 34.5%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#92764E (or 0x92764E) is known color: Pale Brown. HEX triplet: 92, 76 and 4E. RGB value is (146,118,78). Sum of RGB (Red+Green+Blue) = 146+118+78=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #92764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92764E is #6D89B1. Grayscale: #797979. Windows color (decimal): -7178674 or 5142162. OLE color: 5142162.

HSL color Cylindrical-coordinate representation of color #92764E: hue angle of 35.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92764E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 118 78 -
CMYK 0 0.19 0.47 0.43
HSL 35.29º 0.3% 0.44% -
HSV(B) 35.29º 0.47% 0.57% -
XYZ 19.71 19.62 9.96 -
YUV 121.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 146 118 78 0 0.19 0.47 0.43 35.29 0.3 0.44
Hex 92 76 4E 0 13 2F 2B 23 1E 2C
Octal 222 166 116 0 23 57 53 43 36 54
Binary 10010010 1110110 1001110 0 10011 101111 101011 100011 11110 101100

Color Harmonies of #92764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92764E

Black with #92764E

Text Example


Text Example

White with #92764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92764E; }

 p { color: rgb(146,118,78); }

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

background-color css

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

 a { background-color: rgb(146,118,78); }

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

border-color css

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

 span { border-color: rgb(146,118,78); }

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