Html Css Color HEX #825329 Korma

📋 copy color: '#825329'

red 130 ◦ green 83 ◦ blue 41

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

Shades of Korma #825329

Tints of Korma #825329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 51.18%
G = 32.68%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#825329 (or 0x825329) is known color: Korma. HEX triplet: 82, 53 and 29. RGB value is (130,83,41). Sum of RGB (Red+Green+Blue) = 130+83+41=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #825329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825329 is #7DACD6. Grayscale: #5C5C5C. Windows color (decimal): -8236247 or 2708354. OLE color: 2708354.

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

Color convert

RGB 130 83 41 -
CMYK 0 0.36 0.68 0.49
HSL 28.31º 0.52% 0.34% -
HSV(B) 28.31º 0.68% 0.51% -
XYZ 12.7 11.09 3.57 -
YUV 92.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 130 83 41 0 0.36 0.68 0.49 28.31 0.52 0.34
Hex 82 53 29 0 24 44 31 1C 34 22
Octal 202 123 51 0 44 104 61 34 64 42
Binary 10000010 1010011 101001 0 100100 1000100 110001 11100 110100 100010

Color Harmonies of #825329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825329

Black with #825329

Text Example


Text Example

White with #825329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825329; }

 p { color: rgb(130,83,41); }

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

background-color css

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

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

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

border-color css

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

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

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