Html Css Color HEX #853534 Tall Poppy

📋 copy color: '#853534'

red 133 ◦ green 53 ◦ blue 52

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

Shades of Tall Poppy #853534

Tints of Tall Poppy #853534

RGB

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

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

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

R = 55.88%
G = 22.27%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#853534 (or 0x853534) is known color: Tall Poppy. HEX triplet: 85, 35 and 34. RGB value is (133,53,52). Sum of RGB (Red+Green+Blue) = 133+53+52=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853534 is #7ACACB. Grayscale: #4C4C4C. Windows color (decimal): -8047308 or 3421573. OLE color: 3421573.

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

Color convert

RGB 133 53 52 -
CMYK 0 0.60 0.61 0.48
HSL 0.74º 0.44% 0.36% -
HSV(B) 0.74º 0.61% 0.52% -
XYZ 11.57 7.78 4.14 -
YUV 76.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 133 53 52 0 0.60 0.61 0.48 0.74 0.44 0.36
Hex 85 35 34 0 3C 3D 30 1 2C 24
Octal 205 65 64 0 74 75 60 1 54 44
Binary 10000101 110101 110100 0 111100 111101 110000 1 101100 100100

Color Harmonies of #853534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853534

Black with #853534

Text Example


Text Example

White with #853534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853534; }

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

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

background-color css

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

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

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

border-color css

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

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

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