Html Css Color HEX #853531 Tall Poppy

📋 copy color: '#853531'

red 133 ◦ green 53 ◦ blue 49

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

Shades of Tall Poppy #853531

Tints of Tall Poppy #853531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 56.6%
G = 22.55%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#853531 (or 0x853531) is known color: Tall Poppy. HEX triplet: 85, 35 and 31. RGB value is (133,53,49). Sum of RGB (Red+Green+Blue) = 133+53+49=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853531 is #7ACACE. Grayscale: #4C4C4C. Windows color (decimal): -8047311 or 3224965. OLE color: 3224965.

HSL color Cylindrical-coordinate representation of color #853531: hue angle of 2.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853531 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 49 -
CMYK 0 0.60 0.63 0.48
HSL 2.86º 0.46% 0.36% -
HSV(B) 2.86º 0.63% 0.52% -
XYZ 11.5 7.75 3.8 -
YUV 76.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 133 53 49 0 0.60 0.63 0.48 2.86 0.46 0.36
Hex 85 35 31 0 3C 3F 30 3 2E 24
Octal 205 65 61 0 74 77 60 3 56 44
Binary 10000101 110101 110001 0 111100 111111 110000 11 101110 100100

Color Harmonies of #853531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853531

Black with #853531

Text Example


Text Example

White with #853531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853531; }

 p { color: rgb(133,53,49); }

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

background-color css

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

 a { background-color: rgb(133,53,49); }

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

border-color css

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

 span { border-color: rgb(133,53,49); }

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