Html Css Color HEX #825227 Korma

📋 copy color: '#825227'

red 130 ◦ green 82 ◦ blue 39

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

Shades of Korma #825227

Tints of Korma #825227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 51.79%
G = 32.67%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#825227 (or 0x825227) is known color: Korma. HEX triplet: 82, 52 and 27. RGB value is (130,82,39). Sum of RGB (Red+Green+Blue) = 130+82+39=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825227 is #7DADD8. Grayscale: #5B5B5B. Windows color (decimal): -8236505 or 2577026. OLE color: 2577026.

HSL color Cylindrical-coordinate representation of color #825227: hue angle of 28.35º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825227 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 39 -
CMYK 0 0.37 0.70 0.49
HSL 28.35º 0.54% 0.33% -
HSV(B) 28.35º 0.7% 0.51% -
XYZ 12.59 10.93 3.37 -
YUV 91.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 130 82 39 0 0.37 0.70 0.49 28.35 0.54 0.33
Hex 82 52 27 0 25 46 31 1C 36 21
Octal 202 122 47 0 45 106 61 34 66 41
Binary 10000010 1010010 100111 0 100101 1000110 110001 11100 110110 100001

Color Harmonies of #825227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825227

Black with #825227

Text Example


Text Example

White with #825227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825227; }

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

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

background-color css

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

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

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

border-color css

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

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

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