Html Css Color HEX #853934 Tall Poppy

📋 copy color: '#853934'

red 133 ◦ green 57 ◦ blue 52

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

Shades of Tall Poppy #853934

Tints of Tall Poppy #853934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

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

R = 54.96%
G = 23.55%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#853934 (or 0x853934) is known color: Tall Poppy. HEX triplet: 85, 39 and 34. RGB value is (133,57,52). Sum of RGB (Red+Green+Blue) = 133+57+52=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853934 is #7AC6CB. Grayscale: #4F4F4F. Windows color (decimal): -8046284 or 3422597. OLE color: 3422597.

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

Color convert

RGB 133 57 52 -
CMYK 0 0.57 0.61 0.48
HSL 3.7º 0.44% 0.36% -
HSV(B) 3.7º 0.61% 0.52% -
XYZ 11.76 8.16 4.2 -
YUV 79.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 133 57 52 0 0.57 0.61 0.48 3.7 0.44 0.36
Hex 85 39 34 0 39 3D 30 4 2C 24
Octal 205 71 64 0 71 75 60 4 54 44
Binary 10000101 111001 110100 0 111001 111101 110000 100 101100 100100

Color Harmonies of #853934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853934

Black with #853934

Text Example


Text Example

White with #853934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853934; }

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

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

background-color css

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

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

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

border-color css

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

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

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