Html Css Color HEX #853736 Tall Poppy

📋 copy color: '#853736'

red 133 ◦ green 55 ◦ blue 54

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

Shades of Tall Poppy #853736

Tints of Tall Poppy #853736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 54.96%
G = 22.73%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#853736 (or 0x853736) is known color: Tall Poppy. HEX triplet: 85, 37 and 36. RGB value is (133,55,54). Sum of RGB (Red+Green+Blue) = 133+55+54=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853736 is #7AC8C9. Grayscale: #4E4E4E. Windows color (decimal): -8046794 or 3553157. OLE color: 3553157.

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

Color convert

RGB 133 55 54 -
CMYK 0 0.59 0.59 0.48
HSL 0.76º 0.42% 0.37% -
HSV(B) 0.76º 0.59% 0.52% -
XYZ 11.7 7.99 4.41 -
YUV 78.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 133 55 54 0 0.59 0.59 0.48 0.76 0.42 0.37
Hex 85 37 36 0 3B 3B 30 1 2A 25
Octal 205 67 66 0 73 73 60 1 52 45
Binary 10000101 110111 110110 0 111011 111011 110000 1 101010 100101

Color Harmonies of #853736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853736

Black with #853736

Text Example


Text Example

White with #853736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853736; }

 p { color: rgb(133,55,54); }

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

background-color css

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

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

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

border-color css

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

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

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