Html Css Color HEX #825635 Korma

📋 copy color: '#825635'

red 130 ◦ green 86 ◦ blue 53

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

Shades of Korma #825635

Tints of Korma #825635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 48.33%
G = 31.97%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825635 (or 0x825635) is known color: Korma. HEX triplet: 82, 56 and 35. RGB value is (130,86,53). Sum of RGB (Red+Green+Blue) = 130+86+53=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825635 is #7DA9CA. Grayscale: #5F5F5F. Windows color (decimal): -8235467 or 3495554. OLE color: 3495554.

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

Color convert

RGB 130 86 53 -
CMYK 0 0.34 0.59 0.49
HSL 25.71º 0.42% 0.36% -
HSV(B) 25.71º 0.59% 0.51% -
XYZ 13.18 11.66 4.92 -
YUV 95.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 130 86 53 0 0.34 0.59 0.49 25.71 0.42 0.36
Hex 82 56 35 0 22 3B 31 1A 2A 24
Octal 202 126 65 0 42 73 61 32 52 44
Binary 10000010 1010110 110101 0 100010 111011 110001 11010 101010 100100

Color Harmonies of #825635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825635

Black with #825635

Text Example


Text Example

White with #825635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825635; }

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

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

background-color css

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

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

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

border-color css

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

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

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