Html Css Color HEX #825230 Korma

📋 copy color: '#825230'

red 130 ◦ green 82 ◦ blue 48

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

Shades of Korma #825230

Tints of Korma #825230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 50%
G = 31.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#825230 (or 0x825230) is known color: Korma. HEX triplet: 82, 52 and 30. RGB value is (130,82,48). Sum of RGB (Red+Green+Blue) = 130+82+48=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825230 is #7DADCF. Grayscale: #5C5C5C. Windows color (decimal): -8236496 or 3166850. OLE color: 3166850.

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

Color convert

RGB 130 82 48 -
CMYK 0 0.37 0.63 0.49
HSL 24.88º 0.46% 0.35% -
HSV(B) 24.88º 0.63% 0.51% -
XYZ 12.76 10.99 4.25 -
YUV 92.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 130 82 48 0 0.37 0.63 0.49 24.88 0.46 0.35
Hex 82 52 30 0 25 3F 31 19 2E 23
Octal 202 122 60 0 45 77 61 31 56 43
Binary 10000010 1010010 110000 0 100101 111111 110001 11001 101110 100011

Color Harmonies of #825230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825230

Black with #825230

Text Example


Text Example

White with #825230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825230; }

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

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

background-color css

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

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

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

border-color css

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

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

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