Html Css Color HEX #82532F Korma

📋 copy color: '#82532F'

red 130 ◦ green 83 ◦ blue 47

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

Shades of Korma #82532F

Tints of Korma #82532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 50%
G = 31.92%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82532F (or 0x82532F) is known color: Korma. HEX triplet: 82, 53 and 2F. RGB value is (130,83,47). Sum of RGB (Red+Green+Blue) = 130+83+47=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82532F is #7DACD0. Grayscale: #5D5D5D. Windows color (decimal): -8236241 or 3101570. OLE color: 3101570.

HSL color Cylindrical-coordinate representation of color #82532F: hue angle of 26.02º 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 #82532F is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 47 -
CMYK 0 0.36 0.64 0.49
HSL 26.02º 0.47% 0.35% -
HSV(B) 26.02º 0.64% 0.51% -
XYZ 12.81 11.14 4.16 -
YUV 92.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 130 83 47 0 0.36 0.64 0.49 26.02 0.47 0.35
Hex 82 53 2F 0 24 40 31 1A 2F 23
Octal 202 123 57 0 44 100 61 32 57 43
Binary 10000010 1010011 101111 0 100100 1000000 110001 11010 101111 100011

Color Harmonies of #82532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82532F

Black with #82532F

Text Example


Text Example

White with #82532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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