Html Css Color HEX #823230 Tall Poppy

📋 copy color: '#823230'

red 130 ◦ green 50 ◦ blue 48

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

Shades of Tall Poppy #823230

Tints of Tall Poppy #823230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 57.02%
G = 21.93%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#823230 (or 0x823230) is known color: Tall Poppy. HEX triplet: 82, 32 and 30. RGB value is (130,50,48). Sum of RGB (Red+Green+Blue) = 130+50+48=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #823230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823230 is #7DCDCF. Grayscale: #494949. Windows color (decimal): -8244688 or 3158658. OLE color: 3158658.

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

Color convert

RGB 130 50 48 -
CMYK 0 0.62 0.63 0.49
HSL 1.46º 0.46% 0.35% -
HSV(B) 1.46º 0.63% 0.51% -
XYZ 10.88 7.24 3.62 -
YUV 73.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 130 50 48 0 0.62 0.63 0.49 1.46 0.46 0.35
Hex 82 32 30 0 3E 3F 31 1 2E 23
Octal 202 62 60 0 76 77 61 1 56 43
Binary 10000010 110010 110000 0 111110 111111 110001 1 101110 100011

Color Harmonies of #823230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823230

Black with #823230

Text Example


Text Example

White with #823230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823230; }

 p { color: rgb(130,50,48); }

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

background-color css

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

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

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

border-color css

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

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

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