Html Css Color HEX #825126 Korma

📋 copy color: '#825126'

red 130 ◦ green 81 ◦ blue 38

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

Shades of Korma #825126

Tints of Korma #825126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 52.21%
G = 32.53%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#825126 (or 0x825126) is known color: Korma. HEX triplet: 82, 51 and 26. RGB value is (130,81,38). Sum of RGB (Red+Green+Blue) = 130+81+38=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825126 is #7DAED9. Grayscale: #5A5A5A. Windows color (decimal): -8236762 or 2511234. OLE color: 2511234.

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

Color convert

RGB 130 81 38 -
CMYK 0 0.38 0.71 0.49
HSL 28.04º 0.55% 0.33% -
HSV(B) 28.04º 0.71% 0.51% -
XYZ 12.5 10.77 3.25 -
YUV 90.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 130 81 38 0 0.38 0.71 0.49 28.04 0.55 0.33
Hex 82 51 26 0 26 47 31 1C 37 21
Octal 202 121 46 0 46 107 61 34 67 41
Binary 10000010 1010001 100110 0 100110 1000111 110001 11100 110111 100001

Color Harmonies of #825126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825126

Black with #825126

Text Example


Text Example

White with #825126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825126; }

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

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

background-color css

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

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

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

border-color css

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

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

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