Html Css Color HEX #82522F Korma

📋 copy color: '#82522F'

red 130 ◦ green 82 ◦ blue 47

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

Shades of Korma #82522F

Tints of Korma #82522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 50.19%
G = 31.66%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82522F (or 0x82522F) is known color: Korma. HEX triplet: 82, 52 and 2F. RGB value is (130,82,47). Sum of RGB (Red+Green+Blue) = 130+82+47=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82522F is #7DADD0. Grayscale: #5C5C5C. Windows color (decimal): -8236497 or 3101314. OLE color: 3101314.

HSL color Cylindrical-coordinate representation of color #82522F: hue angle of 25.3º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82522F is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 47 -
CMYK 0 0.37 0.64 0.49
HSL 25.3º 0.47% 0.35% -
HSV(B) 25.3º 0.64% 0.51% -
XYZ 12.74 10.99 4.14 -
YUV 92.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 130 82 47 0 0.37 0.64 0.49 25.3 0.47 0.35
Hex 82 52 2F 0 25 40 31 19 2F 23
Octal 202 122 57 0 45 100 61 31 57 43
Binary 10000010 1010010 101111 0 100101 1000000 110001 11001 101111 100011

Color Harmonies of #82522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82522F

Black with #82522F

Text Example


Text Example

White with #82522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82522F; }

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

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

background-color css

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

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

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

border-color css

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

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

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