Html Css Color HEX #853F3E Tall Poppy

📋 copy color: '#853F3E'

red 133 ◦ green 63 ◦ blue 62

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

Shades of Tall Poppy #853F3E

Tints of Tall Poppy #853F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 51.55%
G = 24.42%
B = 24.03%

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

#853F3E (or 0x853F3E) is known color: Tall Poppy. HEX triplet: 85, 3F and 3E. RGB value is (133,63,62). Sum of RGB (Red+Green+Blue) = 133+63+62=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #853F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F3E is #7AC0C1. Grayscale: #535353. Windows color (decimal): -8044738 or 4079493. OLE color: 4079493.

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

Color convert

RGB 133 63 62 -
CMYK 0 0.53 0.53 0.48
HSL 0.85º 0.36% 0.38% -
HSV(B) 0.85º 0.53% 0.52% -
XYZ 12.32 8.89 5.62 -
YUV 83.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 133 63 62 0 0.53 0.53 0.48 0.85 0.36 0.38
Hex 85 3F 3E 0 35 35 30 1 24 26
Octal 205 77 76 0 65 65 60 1 44 46
Binary 10000101 111111 111110 0 110101 110101 110000 1 100100 100110

Color Harmonies of #853F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F3E

Black with #853F3E

Text Example


Text Example

White with #853F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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