Html Css Color HEX #854130 Prairie Sand

📋 copy color: '#854130'

red 133 ◦ green 65 ◦ blue 48

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

Shades of Prairie Sand #854130

Tints of Prairie Sand #854130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 54.07%
G = 26.42%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854130 (or 0x854130) is known color: Prairie Sand. HEX triplet: 85, 41 and 30. RGB value is (133,65,48). Sum of RGB (Red+Green+Blue) = 133+65+48=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #854130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854130 is #7ABECF. Grayscale: #535353. Windows color (decimal): -8044240 or 3162501. OLE color: 3162501.

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

Color convert

RGB 133 65 48 -
CMYK 0 0.51 0.64 0.48
HSL 12º 0.47% 0.35% -
HSV(B) 12º 0.64% 0.52% -
XYZ 12.1 8.98 3.89 -
YUV 83.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 133 65 48 0 0.51 0.64 0.48 12 0.47 0.35
Hex 85 41 30 0 33 40 30 C 2F 23
Octal 205 101 60 0 63 100 60 14 57 43
Binary 10000101 1000001 110000 0 110011 1000000 110000 1100 101111 100011

Color Harmonies of #854130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854130

Black with #854130

Text Example


Text Example

White with #854130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854130; }

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

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

background-color css

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

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

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

border-color css

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

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

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