Html Css Color HEX #825833 Korma

📋 copy color: '#825833'

red 130 ◦ green 88 ◦ blue 51

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

Shades of Korma #825833

Tints of Korma #825833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

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

R = 48.33%
G = 32.71%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#825833 (or 0x825833) is known color: Korma. HEX triplet: 82, 58 and 33. RGB value is (130,88,51). Sum of RGB (Red+Green+Blue) = 130+88+51=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825833 is #7DA7CC. Grayscale: #606060. Windows color (decimal): -8234957 or 3364994. OLE color: 3364994.

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

Color convert

RGB 130 88 51 -
CMYK 0 0.32 0.61 0.49
HSL 28.1º 0.44% 0.35% -
HSV(B) 28.1º 0.61% 0.51% -
XYZ 13.29 11.96 4.74 -
YUV 96.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 130 88 51 0 0.32 0.61 0.49 28.1 0.44 0.35
Hex 82 58 33 0 20 3D 31 1C 2C 23
Octal 202 130 63 0 40 75 61 34 54 43
Binary 10000010 1011000 110011 0 100000 111101 110001 11100 101100 100011

Color Harmonies of #825833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825833

Black with #825833

Text Example


Text Example

White with #825833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825833; }

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

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

background-color css

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

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

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

border-color css

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

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

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