Html Css Color HEX #825032 Korma

📋 copy color: '#825032'

red 130 ◦ green 80 ◦ blue 50

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

Shades of Korma #825032

Tints of Korma #825032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 50%
G = 30.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#825032 (or 0x825032) is known color: Korma. HEX triplet: 82, 50 and 32. RGB value is (130,80,50). Sum of RGB (Red+Green+Blue) = 130+80+50=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825032 is #7DAFCD. Grayscale: #5B5B5B. Windows color (decimal): -8237006 or 3297410. OLE color: 3297410.

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

Color convert

RGB 130 80 50 -
CMYK 0 0.38 0.62 0.49
HSL 22.5º 0.44% 0.35% -
HSV(B) 22.5º 0.62% 0.51% -
XYZ 12.65 10.71 4.42 -
YUV 91.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 130 80 50 0 0.38 0.62 0.49 22.5 0.44 0.35
Hex 82 50 32 0 26 3E 31 16 2C 23
Octal 202 120 62 0 46 76 61 26 54 43
Binary 10000010 1010000 110010 0 100110 111110 110001 10110 101100 100011

Color Harmonies of #825032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825032

Black with #825032

Text Example


Text Example

White with #825032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825032; }

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

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

background-color css

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

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

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

border-color css

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

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

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