Html Css Color HEX #825225 Korma

📋 copy color: '#825225'

red 130 ◦ green 82 ◦ blue 37

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

Shades of Korma #825225

Tints of Korma #825225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 52.21%
G = 32.93%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825225 (or 0x825225) is known color: Korma. HEX triplet: 82, 52 and 25. RGB value is (130,82,37). Sum of RGB (Red+Green+Blue) = 130+82+37=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825225 is #7DADDA. Grayscale: #5B5B5B. Windows color (decimal): -8236507 or 2445954. OLE color: 2445954.

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

Color convert

RGB 130 82 37 -
CMYK 0 0.37 0.72 0.49
HSL 29.03º 0.56% 0.33% -
HSV(B) 29.03º 0.72% 0.51% -
XYZ 12.56 10.91 3.2 -
YUV 91.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 130 82 37 0 0.37 0.72 0.49 29.03 0.56 0.33
Hex 82 52 25 0 25 48 31 1D 38 21
Octal 202 122 45 0 45 110 61 35 70 41
Binary 10000010 1010010 100101 0 100101 1001000 110001 11101 111000 100001

Color Harmonies of #825225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825225

Black with #825225

Text Example


Text Example

White with #825225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825225; }

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

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

background-color css

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

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

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

border-color css

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

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

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