Html Css Color HEX #853F3A Prairie Sand

📋 copy color: '#853F3A'

red 133 ◦ green 63 ◦ blue 58

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

Shades of Prairie Sand #853F3A

Tints of Prairie Sand #853F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 52.36%
G = 24.8%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#853F3A (or 0x853F3A) is known color: Prairie Sand. HEX triplet: 85, 3F and 3A. RGB value is (133,63,58). Sum of RGB (Red+Green+Blue) = 133+63+58=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F3A is #7AC0C5. Grayscale: #535353. Windows color (decimal): -8044742 or 3817349. OLE color: 3817349.

HSL color Cylindrical-coordinate representation of color #853F3A: hue angle of 4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853F3A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 58 -
CMYK 0 0.53 0.56 0.48
HSL 0.39% 0.37% -
HSV(B) 0.56% 0.52% -
XYZ 12.21 8.85 5.07 -
YUV 83.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 133 63 58 0 0.53 0.56 0.48 4 0.39 0.37
Hex 85 3F 3A 0 35 38 30 4 27 25
Octal 205 77 72 0 65 70 60 4 47 45
Binary 10000101 111111 111010 0 110101 111000 110000 100 100111 100101

Color Harmonies of #853F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F3A

Black with #853F3A

Text Example


Text Example

White with #853F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,58); }

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

background-color css

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

 a { background-color: rgb(133,63,58); }

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

border-color css

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

 span { border-color: rgb(133,63,58); }

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