Html Css Color HEX #967352 Pale Brown

📋 copy color: '#967352'

red 150 ◦ green 115 ◦ blue 82

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

Shades of Pale Brown #967352

Tints of Pale Brown #967352

RGB

 RED value IS 150 (58.98% from 255) = 43.23%

 GREEN value IS 115 (45.31% from 255) = 33.14%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 43.23%
G = 33.14%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#967352 (or 0x967352) is known color: Pale Brown. HEX triplet: 96, 73 and 52. RGB value is (150,115,82). Sum of RGB (Red+Green+Blue) = 150+115+82=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #967352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967352 is #698CAD. Grayscale: #797979. Windows color (decimal): -6917294 or 5403542. OLE color: 5403542.

HSL color Cylindrical-coordinate representation of color #967352: hue angle of 29.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #967352 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 82 -
CMYK 0 0.23 0.45 0.41
HSL 29.12º 0.29% 0.45% -
HSV(B) 29.12º 0.45% 0.59% -
XYZ 20.23 19.35 10.65 -
YUV 121.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 150 115 82 0 0.23 0.45 0.41 29.12 0.29 0.45
Hex 96 73 52 0 17 2D 29 1D 1D 2D
Octal 226 163 122 0 27 55 51 35 35 55
Binary 10010110 1110011 1010010 0 10111 101101 101001 11101 11101 101101

Color Harmonies of #967352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967352

Black with #967352

Text Example


Text Example

White with #967352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967352; }

 p { color: rgb(150,115,82); }

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

background-color css

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

 a { background-color: rgb(150,115,82); }

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

border-color css

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

 span { border-color: rgb(150,115,82); }

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