Html Css Color HEX #825023 Korma

📋 copy color: '#825023'

red 130 ◦ green 80 ◦ blue 35

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

Shades of Korma #825023

Tints of Korma #825023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 53.06%
G = 32.65%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#825023 (or 0x825023) is known color: Korma. HEX triplet: 82, 50 and 23. RGB value is (130,80,35). Sum of RGB (Red+Green+Blue) = 130+80+35=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #825023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825023 is #7DAFDC. Grayscale: #5A5A5A. Windows color (decimal): -8237021 or 2314370. OLE color: 2314370.

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

Color convert

RGB 130 80 35 -
CMYK 0 0.38 0.73 0.49
HSL 28.42º 0.58% 0.32% -
HSV(B) 28.42º 0.73% 0.51% -
XYZ 12.38 10.6 2.98 -
YUV 89.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 130 80 35 0 0.38 0.73 0.49 28.42 0.58 0.32
Hex 82 50 23 0 26 49 31 1C 3A 20
Octal 202 120 43 0 46 111 61 34 72 40
Binary 10000010 1010000 100011 0 100110 1001001 110001 11100 111010 100000

Color Harmonies of #825023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825023

Black with #825023

Text Example


Text Example

White with #825023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825023; }

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

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

background-color css

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

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

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

border-color css

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

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

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