Html Css Color HEX #825022 Korma

📋 copy color: '#825022'

red 130 ◦ green 80 ◦ blue 34

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

Shades of Korma #825022

Tints of Korma #825022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.93%

R = 53.28%
G = 32.79%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#825022 (or 0x825022) is known color: Korma. HEX triplet: 82, 50 and 22. RGB value is (130,80,34). Sum of RGB (Red+Green+Blue) = 130+80+34=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #825022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825022 is #7DAFDD. Grayscale: #595959. Windows color (decimal): -8237022 or 2248834. OLE color: 2248834.

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

Color convert

RGB 130 80 34 -
CMYK 0 0.38 0.74 0.49
HSL 28.75º 0.59% 0.32% -
HSV(B) 28.75º 0.74% 0.51% -
XYZ 12.36 10.6 2.91 -
YUV 89.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 130 80 34 0 0.38 0.74 0.49 28.75 0.59 0.32
Hex 82 50 22 0 26 4A 31 1D 3B 20
Octal 202 120 42 0 46 112 61 35 73 40
Binary 10000010 1010000 100010 0 100110 1001010 110001 11101 111011 100000

Color Harmonies of #825022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825022

Black with #825022

Text Example


Text Example

White with #825022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825022; }

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

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

background-color css

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

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

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

border-color css

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

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

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