Html Css Color HEX #825128 Korma

📋 copy color: '#825128'

red 130 ◦ green 81 ◦ blue 40

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

Shades of Korma #825128

Tints of Korma #825128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 51.79%
G = 32.27%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#825128 (or 0x825128) is known color: Korma. HEX triplet: 82, 51 and 28. RGB value is (130,81,40). Sum of RGB (Red+Green+Blue) = 130+81+40=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825128 is #7DAED7. Grayscale: #5B5B5B. Windows color (decimal): -8236760 or 2642306. OLE color: 2642306.

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

Color convert

RGB 130 81 40 -
CMYK 0 0.38 0.69 0.49
HSL 27.33º 0.53% 0.33% -
HSV(B) 27.33º 0.69% 0.51% -
XYZ 12.53 10.78 3.43 -
YUV 90.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 130 81 40 0 0.38 0.69 0.49 27.33 0.53 0.33
Hex 82 51 28 0 26 45 31 1B 35 21
Octal 202 121 50 0 46 105 61 33 65 41
Binary 10000010 1010001 101000 0 100110 1000101 110001 11011 110101 100001

Color Harmonies of #825128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825128

Black with #825128

Text Example


Text Example

White with #825128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825128; }

 p { color: rgb(130,81,40); }

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

background-color css

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

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

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

border-color css

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

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

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