Html Css Color HEX #907450 Pale Brown

📋 copy color: '#907450'

red 144 ◦ green 116 ◦ blue 80

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

Shades of Pale Brown #907450

Tints of Pale Brown #907450

RGB

 RED value IS 144 (56.64% from 255) = 42.35%

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 42.35%
G = 34.12%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#907450 (or 0x907450) is known color: Pale Brown. HEX triplet: 90, 74 and 50. RGB value is (144,116,80). Sum of RGB (Red+Green+Blue) = 144+116+80=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #907450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907450 is #6F8BAF. Grayscale: #787878. Windows color (decimal): -7310256 or 5272720. OLE color: 5272720.

HSL color Cylindrical-coordinate representation of color #907450: hue angle of 33.75º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907450 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 116 80 -
CMYK 0 0.19 0.44 0.44
HSL 33.75º 0.29% 0.44% -
HSV(B) 33.75º 0.44% 0.56% -
XYZ 19.19 19 10.24 -
YUV 120.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 144 116 80 0 0.19 0.44 0.44 33.75 0.29 0.44
Hex 90 74 50 0 13 2C 2C 22 1D 2C
Octal 220 164 120 0 23 54 54 42 35 54
Binary 10010000 1110100 1010000 0 10011 101100 101100 100010 11101 101100

Color Harmonies of #907450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907450

Black with #907450

Text Example


Text Example

White with #907450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907450; }

 p { color: rgb(144,116,80); }

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

background-color css

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

 a { background-color: rgb(144,116,80); }

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

border-color css

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

 span { border-color: rgb(144,116,80); }

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