Html Css Color HEX #9C7242 Pale Brown

📋 copy color: '#9C7242'

red 156 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #9C7242

Tints of Pale Brown #9C7242

RGB

 RED value IS 156 (61.33% from 255) = 46.43%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 46.43%
G = 33.93%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C7242 (or 0x9C7242) is known color: Pale Brown. HEX triplet: 9C, 72 and 42. RGB value is (156,114,66). Sum of RGB (Red+Green+Blue) = 156+114+66=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7242 is #638DBD. Grayscale: #797979. Windows color (decimal): -6524350 or 4354716. OLE color: 4354716.

HSL color Cylindrical-coordinate representation of color #9C7242: hue angle of 32º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C7242 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 114 66 -
CMYK 0 0.27 0.58 0.39
HSL 32º 0.41% 0.44% -
HSV(B) 32º 0.58% 0.61% -
XYZ 20.71 19.5 7.83 -
YUV 121.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 156 114 66 0 0.27 0.58 0.39 32 0.41 0.44
Hex 9C 72 42 0 1B 3A 27 20 29 2C
Octal 234 162 102 0 33 72 47 40 51 54
Binary 10011100 1110010 1000010 0 11011 111010 100111 100000 101001 101100

Color Harmonies of #9C7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7242

Black with #9C7242

Text Example


Text Example

White with #9C7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7242; }

 p { color: rgb(156,114,66); }

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

background-color css

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

 a { background-color: rgb(156,114,66); }

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

border-color css

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

 span { border-color: rgb(156,114,66); }

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