Html Css Color HEX #853834 Tall Poppy

📋 copy color: '#853834'

red 133 ◦ green 56 ◦ blue 52

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

Shades of Tall Poppy #853834

Tints of Tall Poppy #853834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 55.19%
G = 23.24%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#853834 (or 0x853834) is known color: Tall Poppy. HEX triplet: 85, 38 and 34. RGB value is (133,56,52). Sum of RGB (Red+Green+Blue) = 133+56+52=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853834 is #7AC7CB. Grayscale: #4E4E4E. Windows color (decimal): -8046540 or 3422341. OLE color: 3422341.

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

Color convert

RGB 133 56 52 -
CMYK 0 0.58 0.61 0.48
HSL 2.96º 0.44% 0.36% -
HSV(B) 2.96º 0.61% 0.52% -
XYZ 11.71 8.06 4.19 -
YUV 78.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 133 56 52 0 0.58 0.61 0.48 2.96 0.44 0.36
Hex 85 38 34 0 3A 3D 30 3 2C 24
Octal 205 70 64 0 72 75 60 3 54 44
Binary 10000101 111000 110100 0 111010 111101 110000 11 101100 100100

Color Harmonies of #853834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853834

Black with #853834

Text Example


Text Example

White with #853834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853834; }

 p { color: rgb(133,56,52); }

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

background-color css

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

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

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

border-color css

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

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

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