Html Css Color HEX #854135 Prairie Sand

📋 copy color: '#854135'

red 133 ◦ green 65 ◦ blue 53

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

Shades of Prairie Sand #854135

Tints of Prairie Sand #854135

RGB

 RED value IS 133 (52.34% from 255) = 52.99%

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 52.99%
G = 25.9%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#854135 (or 0x854135) is known color: Prairie Sand. HEX triplet: 85, 41 and 35. RGB value is (133,65,53). Sum of RGB (Red+Green+Blue) = 133+65+53=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854135 is #7ABECA. Grayscale: #545454. Windows color (decimal): -8044235 or 3490181. OLE color: 3490181.

HSL color Cylindrical-coordinate representation of color #854135: hue angle of 9º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854135 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 53 -
CMYK 0 0.51 0.60 0.48
HSL 0.43% 0.36% -
HSV(B) 0.6% 0.52% -
XYZ 12.21 9.02 4.47 -
YUV 83.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 133 65 53 0 0.51 0.60 0.48 9 0.43 0.36
Hex 85 41 35 0 33 3C 30 9 2B 24
Octal 205 101 65 0 63 74 60 11 53 44
Binary 10000101 1000001 110101 0 110011 111100 110000 1001 101011 100100

Color Harmonies of #854135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854135

Black with #854135

Text Example


Text Example

White with #854135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854135; }

 p { color: rgb(133,65,53); }

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

background-color css

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

 a { background-color: rgb(133,65,53); }

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

border-color css

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

 span { border-color: rgb(133,65,53); }

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