Html Css Color HEX #853E3A Prairie Sand

📋 copy color: '#853E3A'

red 133 ◦ green 62 ◦ blue 58

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

Shades of Prairie Sand #853E3A

Tints of Prairie Sand #853E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

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

R = 52.57%
G = 24.51%
B = 22.92%

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

#853E3A (or 0x853E3A) is known color: Prairie Sand. HEX triplet: 85, 3E and 3A. RGB value is (133,62,58). Sum of RGB (Red+Green+Blue) = 133+62+58=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E3A is #7AC1C5. Grayscale: #525252. Windows color (decimal): -8044998 or 3817093. OLE color: 3817093.

HSL color Cylindrical-coordinate representation of color #853E3A: hue angle of 3.2º 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 #853E3A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 58 -
CMYK 0 0.53 0.56 0.48
HSL 3.2º 0.39% 0.37% -
HSV(B) 3.2º 0.56% 0.52% -
XYZ 12.16 8.74 5.05 -
YUV 82.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 133 62 58 0 0.53 0.56 0.48 3.2 0.39 0.37
Hex 85 3E 3A 0 35 38 30 3 27 25
Octal 205 76 72 0 65 70 60 3 47 45
Binary 10000101 111110 111010 0 110101 111000 110000 11 100111 100101

Color Harmonies of #853E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E3A

Black with #853E3A

Text Example


Text Example

White with #853E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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