Html Css Color HEX #853434 Tall Poppy

📋 copy color: '#853434'

red 133 ◦ green 52 ◦ blue 52

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

Shades of Tall Poppy #853434

Tints of Tall Poppy #853434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 56.12%
G = 21.94%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#853434 (or 0x853434) is known color: Tall Poppy. HEX triplet: 85, 34 and 34. RGB value is (133,52,52). Sum of RGB (Red+Green+Blue) = 133+52+52=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853434 is #7ACBCB. Grayscale: #4C4C4C. Windows color (decimal): -8047564 or 3421317. OLE color: 3421317.

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

Color convert

RGB 133 52 52 -
CMYK 0 0.61 0.61 0.48
HSL 0.44% 0.36% -
HSV(B) 0.61% 0.52% -
XYZ 11.52 7.69 4.13 -
YUV 76.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 133 52 52 0 0.61 0.61 0.48 0 0.44 0.36
Hex 85 34 34 0 3D 3D 30 0 2C 24
Octal 205 64 64 0 75 75 60 0 54 44
Binary 10000101 110100 110100 0 111101 111101 110000 0 101100 100100

Color Harmonies of #853434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853434

Black with #853434

Text Example


Text Example

White with #853434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853434; }

 p { color: rgb(133,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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