Html Css Color HEX #907253 Pale Brown

📋 copy color: '#907253'

red 144 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #907253

Tints of Pale Brown #907253

RGB

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

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

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

R = 42.23%
G = 33.43%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#907253 (or 0x907253) is known color: Pale Brown. HEX triplet: 90, 72 and 53. RGB value is (144,114,83). Sum of RGB (Red+Green+Blue) = 144+114+83=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #907253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907253 is #6F8DAC. Grayscale: #777777. Windows color (decimal): -7310765 or 5468816. OLE color: 5468816.

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

Color convert

RGB 144 114 83 -
CMYK 0 0.21 0.42 0.44
HSL 30.49º 0.27% 0.45% -
HSV(B) 30.49º 0.42% 0.56% -
XYZ 19.08 18.59 10.77 -
YUV 119.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 144 114 83 0 0.21 0.42 0.44 30.49 0.27 0.45
Hex 90 72 53 0 15 2A 2C 1E 1B 2D
Octal 220 162 123 0 25 52 54 36 33 55
Binary 10010000 1110010 1010011 0 10101 101010 101100 11110 11011 101101

Color Harmonies of #907253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907253

Black with #907253

Text Example


Text Example

White with #907253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907253; }

 p { color: rgb(144,114,83); }

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

background-color css

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

 a { background-color: rgb(144,114,83); }

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

border-color css

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

 span { border-color: rgb(144,114,83); }

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