Html Css Color HEX #853E3C Tall Poppy

📋 copy color: '#853E3C'

red 133 ◦ green 62 ◦ blue 60

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

Shades of Tall Poppy #853E3C

Tints of Tall Poppy #853E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.31%

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

R = 52.16%
G = 24.31%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#853E3C (or 0x853E3C) is known color: Tall Poppy. HEX triplet: 85, 3E and 3C. RGB value is (133,62,60). Sum of RGB (Red+Green+Blue) = 133+62+60=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E3C is #7AC1C3. Grayscale: #535353. Windows color (decimal): -8044996 or 3948165. OLE color: 3948165.

HSL color Cylindrical-coordinate representation of color #853E3C: hue angle of 1.64º 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 #853E3C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 60 -
CMYK 0 0.53 0.55 0.48
HSL 1.64º 0.38% 0.38% -
HSV(B) 1.64º 0.55% 0.52% -
XYZ 12.21 8.76 5.32 -
YUV 83 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 133 62 60 0 0.53 0.55 0.48 1.64 0.38 0.38
Hex 85 3E 3C 0 35 37 30 2 26 26
Octal 205 76 74 0 65 67 60 2 46 46
Binary 10000101 111110 111100 0 110101 110111 110000 10 100110 100110

Color Harmonies of #853E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E3C

Black with #853E3C

Text Example


Text Example

White with #853E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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