Html Css Color HEX #853D38 Prairie Sand

📋 copy color: '#853D38'

red 133 ◦ green 61 ◦ blue 56

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

Shades of Prairie Sand #853D38

Tints of Prairie Sand #853D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 53.2%
G = 24.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#853D38 (or 0x853D38) is known color: Prairie Sand. HEX triplet: 85, 3D and 38. RGB value is (133,61,56). Sum of RGB (Red+Green+Blue) = 133+61+56=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D38 is #7AC2C7. Grayscale: #525252. Windows color (decimal): -8045256 or 3685765. OLE color: 3685765.

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

Color convert

RGB 133 61 56 -
CMYK 0 0.54 0.58 0.48
HSL 3.9º 0.41% 0.37% -
HSV(B) 3.9º 0.58% 0.52% -
XYZ 12.06 8.61 4.77 -
YUV 81.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 133 61 56 0 0.54 0.58 0.48 3.9 0.41 0.37
Hex 85 3D 38 0 36 3A 30 4 29 25
Octal 205 75 70 0 66 72 60 4 51 45
Binary 10000101 111101 111000 0 110110 111010 110000 100 101001 100101

Color Harmonies of #853D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D38

Black with #853D38

Text Example


Text Example

White with #853D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,56); }

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

background-color css

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

 a { background-color: rgb(133,61,56); }

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

border-color css

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

 span { border-color: rgb(133,61,56); }

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