Html Css Color HEX #853B38 Tall Poppy

📋 copy color: '#853B38'

red 133 ◦ green 59 ◦ blue 56

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

Shades of Tall Poppy #853B38

Tints of Tall Poppy #853B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 53.63%
G = 23.79%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#853B38 (or 0x853B38) is known color: Tall Poppy. HEX triplet: 85, 3B and 38. RGB value is (133,59,56). Sum of RGB (Red+Green+Blue) = 133+59+56=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B38 is #7AC4C7. Grayscale: #505050. Windows color (decimal): -8045768 or 3685253. OLE color: 3685253.

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

Color convert

RGB 133 59 56 -
CMYK 0 0.56 0.58 0.48
HSL 2.34º 0.41% 0.37% -
HSV(B) 2.34º 0.58% 0.52% -
XYZ 11.95 8.4 4.73 -
YUV 80.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 133 59 56 0 0.56 0.58 0.48 2.34 0.41 0.37
Hex 85 3B 38 0 38 3A 30 2 29 25
Octal 205 73 70 0 70 72 60 2 51 45
Binary 10000101 111011 111000 0 111000 111010 110000 10 101001 100101

Color Harmonies of #853B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B38

Black with #853B38

Text Example


Text Example

White with #853B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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