Html Css Color HEX #853635 Tall Poppy

📋 copy color: '#853635'

red 133 ◦ green 54 ◦ blue 53

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

Shades of Tall Poppy #853635

Tints of Tall Poppy #853635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 55.42%
G = 22.5%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#853635 (or 0x853635) is known color: Tall Poppy. HEX triplet: 85, 36 and 35. RGB value is (133,54,53). Sum of RGB (Red+Green+Blue) = 133+54+53=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853635 is #7AC9CA. Grayscale: #4D4D4D. Windows color (decimal): -8047051 or 3487365. OLE color: 3487365.

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

Color convert

RGB 133 54 53 -
CMYK 0 0.59 0.60 0.48
HSL 0.75º 0.43% 0.36% -
HSV(B) 0.75º 0.6% 0.52% -
XYZ 11.63 7.88 4.28 -
YUV 77.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 133 54 53 0 0.59 0.60 0.48 0.75 0.43 0.36
Hex 85 36 35 0 3B 3C 30 1 2B 24
Octal 205 66 65 0 73 74 60 1 53 44
Binary 10000101 110110 110101 0 111011 111100 110000 1 101011 100100

Color Harmonies of #853635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853635

Black with #853635

Text Example


Text Example

White with #853635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853635; }

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

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

background-color css

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

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

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

border-color css

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

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

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