Html Css Color HEX #825030 Korma

📋 copy color: '#825030'

red 130 ◦ green 80 ◦ blue 48

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

Shades of Korma #825030

Tints of Korma #825030

RGB

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

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

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

R = 50.39%
G = 31.01%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#825030 (or 0x825030) is known color: Korma. HEX triplet: 82, 50 and 30. RGB value is (130,80,48). Sum of RGB (Red+Green+Blue) = 130+80+48=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #825030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825030 is #7DAFCF. Grayscale: #5B5B5B. Windows color (decimal): -8237008 or 3166338. OLE color: 3166338.

HSL color Cylindrical-coordinate representation of color #825030: hue angle of 23.41º 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 #825030 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 48 -
CMYK 0 0.38 0.63 0.49
HSL 23.41º 0.46% 0.35% -
HSV(B) 23.41º 0.63% 0.51% -
XYZ 12.61 10.7 4.2 -
YUV 91.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 130 80 48 0 0.38 0.63 0.49 23.41 0.46 0.35
Hex 82 50 30 0 26 3F 31 17 2E 23
Octal 202 120 60 0 46 77 61 27 56 43
Binary 10000010 1010000 110000 0 100110 111111 110001 10111 101110 100011

Color Harmonies of #825030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825030

Black with #825030

Text Example


Text Example

White with #825030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825030; }

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

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

background-color css

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

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

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

border-color css

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

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

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