Html Css Color HEX #853D3A Tall Poppy

📋 copy color: '#853D3A'

red 133 ◦ green 61 ◦ blue 58

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

Shades of Tall Poppy #853D3A

Tints of Tall Poppy #853D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 52.78%
G = 24.21%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#853D3A (or 0x853D3A) is known color: Tall Poppy. HEX triplet: 85, 3D and 3A. RGB value is (133,61,58). Sum of RGB (Red+Green+Blue) = 133+61+58=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #853D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D3A is #7AC2C5. Grayscale: #525252. Windows color (decimal): -8045254 or 3816837. OLE color: 3816837.

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

Color convert

RGB 133 61 58 -
CMYK 0 0.54 0.56 0.48
HSL 2.4º 0.39% 0.37% -
HSV(B) 2.4º 0.56% 0.52% -
XYZ 12.11 8.63 5.03 -
YUV 82.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 133 61 58 0 0.54 0.56 0.48 2.4 0.39 0.37
Hex 85 3D 3A 0 36 38 30 2 27 25
Octal 205 75 72 0 66 70 60 2 47 45
Binary 10000101 111101 111010 0 110110 111000 110000 10 100111 100101

Color Harmonies of #853D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D3A

Black with #853D3A

Text Example


Text Example

White with #853D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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