Html Css Color HEX #825026 Korma

📋 copy color: '#825026'

red 130 ◦ green 80 ◦ blue 38

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

Shades of Korma #825026

Tints of Korma #825026

RGB

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

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

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

R = 52.42%
G = 32.26%
B = 15.32%

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

#825026 (or 0x825026) is known color: Korma. HEX triplet: 82, 50 and 26. RGB value is (130,80,38). Sum of RGB (Red+Green+Blue) = 130+80+38=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825026 is #7DAFD9. Grayscale: #5A5A5A. Windows color (decimal): -8237018 or 2510978. OLE color: 2510978.

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

Color convert

RGB 130 80 38 -
CMYK 0 0.38 0.71 0.49
HSL 27.39º 0.55% 0.33% -
HSV(B) 27.39º 0.71% 0.51% -
XYZ 12.42 10.62 3.23 -
YUV 90.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 130 80 38 0 0.38 0.71 0.49 27.39 0.55 0.33
Hex 82 50 26 0 26 47 31 1B 37 21
Octal 202 120 46 0 46 107 61 33 67 41
Binary 10000010 1010000 100110 0 100110 1000111 110001 11011 110111 100001

Color Harmonies of #825026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825026

Black with #825026

Text Example


Text Example

White with #825026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825026; }

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

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

background-color css

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

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

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

border-color css

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

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

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