Html Css Color HEX #823737 Tall Poppy

📋 copy color: '#823737'

red 130 ◦ green 55 ◦ blue 55

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

Shades of Tall Poppy #823737

Tints of Tall Poppy #823737

RGB

 RED value IS 130 (51.17% from 255) = 54.17%

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 54.17%
G = 22.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#823737 (or 0x823737) is known color: Tall Poppy. HEX triplet: 82, 37 and 37. RGB value is (130,55,55). Sum of RGB (Red+Green+Blue) = 130+55+55=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #823737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823737 is #7DC8C8. Grayscale: #4D4D4D. Windows color (decimal): -8243401 or 3618690. OLE color: 3618690.

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

Color convert

RGB 130 55 55 -
CMYK 0 0.58 0.58 0.49
HSL 0.41% 0.36% -
HSV(B) 0.58% 0.51% -
XYZ 11.26 7.75 4.52 -
YUV 77.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 130 55 55 0 0.58 0.58 0.49 0 0.41 0.36
Hex 82 37 37 0 3A 3A 31 0 29 24
Octal 202 67 67 0 72 72 61 0 51 44
Binary 10000010 110111 110111 0 111010 111010 110001 0 101001 100100

Color Harmonies of #823737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823737

Black with #823737

Text Example


Text Example

White with #823737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823737; }

 p { color: rgb(130,55,55); }

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

background-color css

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

 a { background-color: rgb(130,55,55); }

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

border-color css

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

 span { border-color: rgb(130,55,55); }

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