Html Css Color HEX #92764C Pale Brown

📋 copy color: '#92764C'

red 146 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #92764C

Tints of Pale Brown #92764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 42.94%
G = 34.71%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#92764C (or 0x92764C) is known color: Pale Brown. HEX triplet: 92, 76 and 4C. RGB value is (146,118,76). Sum of RGB (Red+Green+Blue) = 146+118+76=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92764C is #6D89B3. Grayscale: #797979. Windows color (decimal): -7178676 or 5011090. OLE color: 5011090.

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

Color convert

RGB 146 118 76 -
CMYK 0 0.19 0.48 0.43
HSL 36º 0.32% 0.44% -
HSV(B) 36º 0.48% 0.57% -
XYZ 19.64 19.59 9.58 -
YUV 121.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 146 118 76 0 0.19 0.48 0.43 36 0.32 0.44
Hex 92 76 4C 0 13 30 2B 24 20 2C
Octal 222 166 114 0 23 60 53 44 40 54
Binary 10010010 1110110 1001100 0 10011 110000 101011 100100 100000 101100

Color Harmonies of #92764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92764C

Black with #92764C

Text Example


Text Example

White with #92764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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