Html Css Color HEX #825025 Korma

📋 copy color: '#825025'

red 130 ◦ green 80 ◦ blue 37

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

Shades of Korma #825025

Tints of Korma #825025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 52.63%
G = 32.39%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825025 (or 0x825025) is known color: Korma. HEX triplet: 82, 50 and 25. RGB value is (130,80,37). Sum of RGB (Red+Green+Blue) = 130+80+37=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #825025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825025 is #7DAFDA. Grayscale: #5A5A5A. Windows color (decimal): -8237019 or 2445442. OLE color: 2445442.

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

Color convert

RGB 130 80 37 -
CMYK 0 0.38 0.72 0.49
HSL 27.74º 0.56% 0.33% -
HSV(B) 27.74º 0.72% 0.51% -
XYZ 12.41 10.62 3.15 -
YUV 90.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 130 80 37 0 0.38 0.72 0.49 27.74 0.56 0.33
Hex 82 50 25 0 26 48 31 1C 38 21
Octal 202 120 45 0 46 110 61 34 70 41
Binary 10000010 1010000 100101 0 100110 1001000 110001 11100 111000 100001

Color Harmonies of #825025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825025

Black with #825025

Text Example


Text Example

White with #825025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825025; }

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

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

background-color css

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

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

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

border-color css

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

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

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