Html Css Color HEX #825033 Korma

📋 copy color: '#825033'

red 130 ◦ green 80 ◦ blue 51

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

Shades of Korma #825033

Tints of Korma #825033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 49.81%
G = 30.65%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#825033 (or 0x825033) is known color: Korma. HEX triplet: 82, 50 and 33. RGB value is (130,80,51). Sum of RGB (Red+Green+Blue) = 130+80+51=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825033 is #7DAFCC. Grayscale: #5B5B5B. Windows color (decimal): -8237005 or 3362946. OLE color: 3362946.

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

Color convert

RGB 130 80 51 -
CMYK 0 0.38 0.61 0.49
HSL 22.03º 0.44% 0.35% -
HSV(B) 22.03º 0.61% 0.51% -
XYZ 12.67 10.72 4.53 -
YUV 91.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 130 80 51 0 0.38 0.61 0.49 22.03 0.44 0.35
Hex 82 50 33 0 26 3D 31 16 2C 23
Octal 202 120 63 0 46 75 61 26 54 43
Binary 10000010 1010000 110011 0 100110 111101 110001 10110 101100 100011

Color Harmonies of #825033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825033

Black with #825033

Text Example


Text Example

White with #825033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825033; }

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

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

background-color css

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

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

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

border-color css

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

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

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