Html Css Color HEX #854230 Prairie Sand

📋 copy color: '#854230'

red 133 ◦ green 66 ◦ blue 48

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

Shades of Prairie Sand #854230

Tints of Prairie Sand #854230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 53.85%
G = 26.72%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854230 (or 0x854230) is known color: Prairie Sand. HEX triplet: 85, 42 and 30. RGB value is (133,66,48). Sum of RGB (Red+Green+Blue) = 133+66+48=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #854230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854230 is #7ABDCF. Grayscale: #545454. Windows color (decimal): -8043984 or 3162757. OLE color: 3162757.

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

Color convert

RGB 133 66 48 -
CMYK 0 0.50 0.64 0.48
HSL 12.71º 0.47% 0.35% -
HSV(B) 12.71º 0.64% 0.52% -
XYZ 12.15 9.1 3.91 -
YUV 83.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 133 66 48 0 0.50 0.64 0.48 12.71 0.47 0.35
Hex 85 42 30 0 32 40 30 D 2F 23
Octal 205 102 60 0 62 100 60 15 57 43
Binary 10000101 1000010 110000 0 110010 1000000 110000 1101 101111 100011

Color Harmonies of #854230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854230

Black with #854230

Text Example


Text Example

White with #854230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854230; }

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

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

background-color css

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

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

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

border-color css

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

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

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