Html Css Color HEX #9A7042 Pale Brown

📋 copy color: '#9A7042'

red 154 ◦ green 112 ◦ blue 66

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

Shades of Pale Brown #9A7042

Tints of Pale Brown #9A7042

RGB

 RED value IS 154 (60.55% from 255) = 46.39%

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 46.39%
G = 33.73%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#9A7042 (or 0x9A7042) is known color: Pale Brown. HEX triplet: 9A, 70 and 42. RGB value is (154,112,66). Sum of RGB (Red+Green+Blue) = 154+112+66=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7042 is #658FBD. Grayscale: #777777. Windows color (decimal): -6655934 or 4354202. OLE color: 4354202.

HSL color Cylindrical-coordinate representation of color #9A7042: hue angle of 31.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A7042 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 112 66 -
CMYK 0 0.27 0.57 0.40
HSL 31.36º 0.4% 0.43% -
HSV(B) 31.36º 0.57% 0.6% -
XYZ 20.1 18.85 7.73 -
YUV 119.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 154 112 66 0 0.27 0.57 0.40 31.36 0.4 0.43
Hex 9A 70 42 0 1B 39 28 1F 28 2B
Octal 232 160 102 0 33 71 50 37 50 53
Binary 10011010 1110000 1000010 0 11011 111001 101000 11111 101000 101011

Color Harmonies of #9A7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7042

Black with #9A7042

Text Example


Text Example

White with #9A7042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,66); }

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

background-color css

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

 a { background-color: rgb(154,112,66); }

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

border-color css

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

 span { border-color: rgb(154,112,66); }

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