Html Css Color HEX #967353 Pale Brown

📋 copy color: '#967353'

red 150 ◦ green 115 ◦ blue 83

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

Shades of Pale Brown #967353

Tints of Pale Brown #967353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.85%

R = 43.1%
G = 33.05%
B = 23.85%

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

#967353 (or 0x967353) is known color: Pale Brown. HEX triplet: 96, 73 and 53. RGB value is (150,115,83). Sum of RGB (Red+Green+Blue) = 150+115+83=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967353 is #698CAC. Grayscale: #797979. Windows color (decimal): -6917293 or 5469078. OLE color: 5469078.

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

Color convert

RGB 150 115 83 -
CMYK 0 0.23 0.45 0.41
HSL 28.66º 0.29% 0.46% -
HSV(B) 28.66º 0.45% 0.59% -
XYZ 20.27 19.37 10.85 -
YUV 121.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 150 115 83 0 0.23 0.45 0.41 28.66 0.29 0.46
Hex 96 73 53 0 17 2D 29 1D 1D 2E
Octal 226 163 123 0 27 55 51 35 35 56
Binary 10010110 1110011 1010011 0 10111 101101 101001 11101 11101 101110

Color Harmonies of #967353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967353

Black with #967353

Text Example


Text Example

White with #967353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967353; }

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

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

background-color css

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

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

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

border-color css

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

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

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