Html Css Color HEX #82502D Korma

📋 copy color: '#82502D'

red 130 ◦ green 80 ◦ blue 45

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

Shades of Korma #82502D

Tints of Korma #82502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 50.98%
G = 31.37%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82502D (or 0x82502D) is known color: Korma. HEX triplet: 82, 50 and 2D. RGB value is (130,80,45). Sum of RGB (Red+Green+Blue) = 130+80+45=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82502D is #7DAFD2. Grayscale: #5B5B5B. Windows color (decimal): -8237011 or 2969730. OLE color: 2969730.

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

Color convert

RGB 130 80 45 -
CMYK 0 0.38 0.65 0.49
HSL 24.71º 0.49% 0.34% -
HSV(B) 24.71º 0.65% 0.51% -
XYZ 12.55 10.67 3.88 -
YUV 90.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 130 80 45 0 0.38 0.65 0.49 24.71 0.49 0.34
Hex 82 50 2D 0 26 41 31 19 31 22
Octal 202 120 55 0 46 101 61 31 61 42
Binary 10000010 1010000 101101 0 100110 1000001 110001 11001 110001 100010

Color Harmonies of #82502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82502D

Black with #82502D

Text Example


Text Example

White with #82502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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