Html Css Color HEX #853333 Tall Poppy

📋 copy color: '#853333'

red 133 ◦ green 51 ◦ blue 51

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

Shades of Tall Poppy #853333

Tints of Tall Poppy #853333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 56.6%
G = 21.7%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#853333 (or 0x853333) is known color: Tall Poppy. HEX triplet: 85, 33 and 33. RGB value is (133,51,51). Sum of RGB (Red+Green+Blue) = 133+51+51=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853333 is #7ACCCC. Grayscale: #4B4B4B. Windows color (decimal): -8047821 or 3355525. OLE color: 3355525.

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

Color convert

RGB 133 51 51 -
CMYK 0 0.62 0.62 0.48
HSL 0.45% 0.36% -
HSV(B) 0.62% 0.52% -
XYZ 11.45 7.59 3.99 -
YUV 75.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 133 51 51 0 0.62 0.62 0.48 0 0.45 0.36
Hex 85 33 33 0 3E 3E 30 0 2D 24
Octal 205 63 63 0 76 76 60 0 55 44
Binary 10000101 110011 110011 0 111110 111110 110000 0 101101 100100

Color Harmonies of #853333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853333

Black with #853333

Text Example


Text Example

White with #853333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853333; }

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

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

background-color css

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

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

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

border-color css

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

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

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