Html Css Color HEX #853D3C Tall Poppy

📋 copy color: '#853D3C'

red 133 ◦ green 61 ◦ blue 60

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

Shades of Tall Poppy #853D3C

Tints of Tall Poppy #853D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 52.36%
G = 24.02%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#853D3C (or 0x853D3C) is known color: Tall Poppy. HEX triplet: 85, 3D and 3C. RGB value is (133,61,60). Sum of RGB (Red+Green+Blue) = 133+61+60=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D3C is #7AC2C3. Grayscale: #525252. Windows color (decimal): -8045252 or 3947909. OLE color: 3947909.

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

Color convert

RGB 133 61 60 -
CMYK 0 0.54 0.55 0.48
HSL 0.82º 0.38% 0.38% -
HSV(B) 0.82º 0.55% 0.52% -
XYZ 12.16 8.65 5.3 -
YUV 82.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 133 61 60 0 0.54 0.55 0.48 0.82 0.38 0.38
Hex 85 3D 3C 0 36 37 30 1 26 26
Octal 205 75 74 0 66 67 60 1 46 46
Binary 10000101 111101 111100 0 110110 110111 110000 1 100110 100110

Color Harmonies of #853D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D3C

Black with #853D3C

Text Example


Text Example

White with #853D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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