Html Css Color HEX #853F3F Tall Poppy

📋 copy color: '#853F3F'

red 133 ◦ green 63 ◦ blue 63

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

Shades of Tall Poppy #853F3F

Tints of Tall Poppy #853F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 63 (25% from 255) = 24.32%

R = 51.35%
G = 24.32%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#853F3F (or 0x853F3F) is known color: Tall Poppy. HEX triplet: 85, 3F and 3F. RGB value is (133,63,63). Sum of RGB (Red+Green+Blue) = 133+63+63=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F3F is #7AC0C0. Grayscale: #545454. Windows color (decimal): -8044737 or 4145029. OLE color: 4145029.

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

Color convert

RGB 133 63 63 -
CMYK 0 0.53 0.53 0.48
HSL 0.36% 0.38% -
HSV(B) 0.53% 0.52% -
XYZ 12.35 8.9 5.77 -
YUV 83.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 133 63 63 0 0.53 0.53 0.48 0 0.36 0.38
Hex 85 3F 3F 0 35 35 30 0 24 26
Octal 205 77 77 0 65 65 60 0 44 46
Binary 10000101 111111 111111 0 110101 110101 110000 0 100100 100110

Color Harmonies of #853F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F3F

Black with #853F3F

Text Example


Text Example

White with #853F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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