Html Css Color HEX #825535 Korma

📋 copy color: '#825535'

red 130 ◦ green 85 ◦ blue 53

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

Shades of Korma #825535

Tints of Korma #825535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

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

R = 48.51%
G = 31.72%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825535 (or 0x825535) is known color: Korma. HEX triplet: 82, 55 and 35. RGB value is (130,85,53). Sum of RGB (Red+Green+Blue) = 130+85+53=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825535 is #7DAACA. Grayscale: #5E5E5E. Windows color (decimal): -8235723 or 3495298. OLE color: 3495298.

HSL color Cylindrical-coordinate representation of color #825535: hue angle of 24.94º 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 #825535 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 53 -
CMYK 0 0.35 0.59 0.49
HSL 24.94º 0.42% 0.36% -
HSV(B) 24.94º 0.59% 0.51% -
XYZ 13.1 11.5 4.9 -
YUV 94.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 130 85 53 0 0.35 0.59 0.49 24.94 0.42 0.36
Hex 82 55 35 0 23 3B 31 19 2A 24
Octal 202 125 65 0 43 73 61 31 52 44
Binary 10000010 1010101 110101 0 100011 111011 110001 11001 101010 100100

Color Harmonies of #825535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825535

Black with #825535

Text Example


Text Example

White with #825535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825535; }

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

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

background-color css

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

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

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

border-color css

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

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

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