Html Css Color HEX #825634 Korma

📋 copy color: '#825634'

red 130 ◦ green 86 ◦ blue 52

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

Shades of Korma #825634

Tints of Korma #825634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 48.51%
G = 32.09%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#825634 (or 0x825634) is known color: Korma. HEX triplet: 82, 56 and 34. RGB value is (130,86,52). Sum of RGB (Red+Green+Blue) = 130+86+52=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825634 is #7DA9CB. Grayscale: #5F5F5F. Windows color (decimal): -8235468 or 3430018. OLE color: 3430018.

HSL color Cylindrical-coordinate representation of color #825634: hue angle of 26.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825634 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 52 -
CMYK 0 0.34 0.60 0.49
HSL 26.15º 0.43% 0.36% -
HSV(B) 26.15º 0.6% 0.51% -
XYZ 13.15 11.65 4.8 -
YUV 95.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 130 86 52 0 0.34 0.60 0.49 26.15 0.43 0.36
Hex 82 56 34 0 22 3C 31 1A 2B 24
Octal 202 126 64 0 42 74 61 32 53 44
Binary 10000010 1010110 110100 0 100010 111100 110001 11010 101011 100100

Color Harmonies of #825634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825634

Black with #825634

Text Example


Text Example

White with #825634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825634; }

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

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

background-color css

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

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

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

border-color css

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

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

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