Html Css Color HEX #853E30 Prairie Sand

📋 copy color: '#853E30'

red 133 ◦ green 62 ◦ blue 48

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

Shades of Prairie Sand #853E30

Tints of Prairie Sand #853E30

RGB

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

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

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

R = 54.73%
G = 25.51%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#853E30 (or 0x853E30) is known color: Prairie Sand. HEX triplet: 85, 3E and 30. RGB value is (133,62,48). Sum of RGB (Red+Green+Blue) = 133+62+48=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #853E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E30 is #7AC1CF. Grayscale: #515151. Windows color (decimal): -8045008 or 3161733. OLE color: 3161733.

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

Color convert

RGB 133 62 48 -
CMYK 0 0.53 0.64 0.48
HSL 9.88º 0.47% 0.35% -
HSV(B) 9.88º 0.64% 0.52% -
XYZ 11.93 8.65 3.84 -
YUV 81.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 133 62 48 0 0.53 0.64 0.48 9.88 0.47 0.35
Hex 85 3E 30 0 35 40 30 A 2F 23
Octal 205 76 60 0 65 100 60 12 57 43
Binary 10000101 111110 110000 0 110101 1000000 110000 1010 101111 100011

Color Harmonies of #853E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E30

Black with #853E30

Text Example


Text Example

White with #853E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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