Html Css Color HEX #852F2F Tall Poppy

📋 copy color: '#852F2F'

red 133 ◦ green 47 ◦ blue 47

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

Shades of Tall Poppy #852F2F

Tints of Tall Poppy #852F2F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 58.59%
G = 20.7%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#852F2F (or 0x852F2F) is known color: Tall Poppy. HEX triplet: 85, 2F and 2F. RGB value is (133,47,47). Sum of RGB (Red+Green+Blue) = 133+47+47=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F2F is #7AD0D0. Grayscale: #484848. Windows color (decimal): -8048849 or 3092357. OLE color: 3092357.

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

Color convert

RGB 133 47 47 -
CMYK 0 0.65 0.65 0.48
HSL 0.48% 0.35% -
HSV(B) 0.65% 0.52% -
XYZ 11.2 7.22 3.49 -
YUV 72.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 133 47 47 0 0.65 0.65 0.48 0 0.48 0.35
Hex 85 2F 2F 0 41 41 30 0 30 23
Octal 205 57 57 0 101 101 60 0 60 43
Binary 10000101 101111 101111 0 1000001 1000001 110000 0 110000 100011

Color Harmonies of #852F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F2F

Black with #852F2F

Text Example


Text Example

White with #852F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F2F; }

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

 H1.HeaderClassName
 {
   color: #852F2F;
 }
 .AnyTagClassName
 {
   color: #852F2F;
 }
</style>

background-color css

<style>
 a { background-color: #852F2F; }

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

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

border-color css

<style>
 span { border-color: #852F2F; }

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

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