Html Css Color HEX #853C3C Tall Poppy

📋 copy color: '#853C3C'

red 133 ◦ green 60 ◦ blue 60

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

Shades of Tall Poppy #853C3C

Tints of Tall Poppy #853C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 52.57%
G = 23.72%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#853C3C (or 0x853C3C) is known color: Tall Poppy. HEX triplet: 85, 3C and 3C. RGB value is (133,60,60). Sum of RGB (Red+Green+Blue) = 133+60+60=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C3C is #7AC3C3. Grayscale: #515151. Windows color (decimal): -8045508 or 3947653. OLE color: 3947653.

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

Color convert

RGB 133 60 60 -
CMYK 0 0.55 0.55 0.48
HSL 0.38% 0.38% -
HSV(B) 0.55% 0.52% -
XYZ 12.1 8.54 5.29 -
YUV 81.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 133 60 60 0 0.55 0.55 0.48 0 0.38 0.38
Hex 85 3C 3C 0 37 37 30 0 26 26
Octal 205 74 74 0 67 67 60 0 46 46
Binary 10000101 111100 111100 0 110111 110111 110000 0 100110 100110

Color Harmonies of #853C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C3C

Black with #853C3C

Text Example


Text Example

White with #853C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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