Html Css Color HEX #825632 Korma

📋 copy color: '#825632'

red 130 ◦ green 86 ◦ blue 50

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

Shades of Korma #825632

Tints of Korma #825632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 48.87%
G = 32.33%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#825632 (or 0x825632) is known color: Korma. HEX triplet: 82, 56 and 32. RGB value is (130,86,50). Sum of RGB (Red+Green+Blue) = 130+86+50=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #825632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825632 is #7DA9CD. Grayscale: #5F5F5F. Windows color (decimal): -8235470 or 3298946. OLE color: 3298946.

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

Color convert

RGB 130 86 50 -
CMYK 0 0.34 0.62 0.49
HSL 27º 0.44% 0.35% -
HSV(B) 27º 0.62% 0.51% -
XYZ 13.11 11.63 4.57 -
YUV 95.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 130 86 50 0 0.34 0.62 0.49 27 0.44 0.35
Hex 82 56 32 0 22 3E 31 1B 2C 23
Octal 202 126 62 0 42 76 61 33 54 43
Binary 10000010 1010110 110010 0 100010 111110 110001 11011 101100 100011

Color Harmonies of #825632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825632

Black with #825632

Text Example


Text Example

White with #825632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825632; }

 p { color: rgb(130,86,50); }

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

background-color css

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

 a { background-color: rgb(130,86,50); }

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

border-color css

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

 span { border-color: rgb(130,86,50); }

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