Html Css Color HEX #825532 Korma

📋 copy color: '#825532'

red 130 ◦ green 85 ◦ blue 50

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

Shades of Korma #825532

Tints of Korma #825532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 49.06%
G = 32.08%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#825532 (or 0x825532) is known color: Korma. HEX triplet: 82, 55 and 32. RGB value is (130,85,50). Sum of RGB (Red+Green+Blue) = 130+85+50=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #825532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825532 is #7DAACD. Grayscale: #5E5E5E. Windows color (decimal): -8235726 or 3298690. OLE color: 3298690.

HSL color Cylindrical-coordinate representation of color #825532: hue angle of 26.25º 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 #825532 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 50 -
CMYK 0 0.35 0.62 0.49
HSL 26.25º 0.44% 0.35% -
HSV(B) 26.25º 0.62% 0.51% -
XYZ 13.03 11.47 4.55 -
YUV 94.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 130 85 50 0 0.35 0.62 0.49 26.25 0.44 0.35
Hex 82 55 32 0 23 3E 31 1A 2C 23
Octal 202 125 62 0 43 76 61 32 54 43
Binary 10000010 1010101 110010 0 100011 111110 110001 11010 101100 100011

Color Harmonies of #825532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825532

Black with #825532

Text Example


Text Example

White with #825532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825532; }

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

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

background-color css

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

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

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

border-color css

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

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

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