Html Css Color HEX #853C30 Prairie Sand

📋 copy color: '#853C30'

red 133 ◦ green 60 ◦ blue 48

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

Shades of Prairie Sand #853C30

Tints of Prairie Sand #853C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 55.19%
G = 24.9%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#853C30 (or 0x853C30) is known color: Prairie Sand. HEX triplet: 85, 3C and 30. RGB value is (133,60,48). Sum of RGB (Red+Green+Blue) = 133+60+48=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C30 is #7AC3CF. Grayscale: #505050. Windows color (decimal): -8045520 or 3161221. OLE color: 3161221.

HSL color Cylindrical-coordinate representation of color #853C30: hue angle of 8.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853C30 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 48 -
CMYK 0 0.55 0.64 0.48
HSL 8.47º 0.47% 0.35% -
HSV(B) 8.47º 0.64% 0.52% -
XYZ 11.82 8.43 3.8 -
YUV 80.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 133 60 48 0 0.55 0.64 0.48 8.47 0.47 0.35
Hex 85 3C 30 0 37 40 30 8 2F 23
Octal 205 74 60 0 67 100 60 10 57 43
Binary 10000101 111100 110000 0 110111 1000000 110000 1000 101111 100011

Color Harmonies of #853C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C30

Black with #853C30

Text Example


Text Example

White with #853C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C30; }

 p { color: rgb(133,60,48); }

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

background-color css

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

 a { background-color: rgb(133,60,48); }

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

border-color css

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

 span { border-color: rgb(133,60,48); }

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