Html Css Color HEX #853C3A Tall Poppy

📋 copy color: '#853C3A'

red 133 ◦ green 60 ◦ blue 58

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

Shades of Tall Poppy #853C3A

Tints of Tall Poppy #853C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 52.99%
G = 23.9%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#853C3A (or 0x853C3A) is known color: Tall Poppy. HEX triplet: 85, 3C and 3A. RGB value is (133,60,58). Sum of RGB (Red+Green+Blue) = 133+60+58=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C3A is #7AC3C5. Grayscale: #515151. Windows color (decimal): -8045510 or 3816581. OLE color: 3816581.

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

Color convert

RGB 133 60 58 -
CMYK 0 0.55 0.56 0.48
HSL 1.6º 0.39% 0.37% -
HSV(B) 1.6º 0.56% 0.52% -
XYZ 12.05 8.52 5.01 -
YUV 81.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 133 60 58 0 0.55 0.56 0.48 1.6 0.39 0.37
Hex 85 3C 3A 0 37 38 30 2 27 25
Octal 205 74 72 0 67 70 60 2 47 45
Binary 10000101 111100 111010 0 110111 111000 110000 10 100111 100101

Color Harmonies of #853C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C3A

Black with #853C3A

Text Example


Text Example

White with #853C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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