Html Css Color HEX #825233 Korma

📋 copy color: '#825233'

red 130 ◦ green 82 ◦ blue 51

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

Shades of Korma #825233

Tints of Korma #825233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

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

R = 49.43%
G = 31.18%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#825233 (or 0x825233) is known color: Korma. HEX triplet: 82, 52 and 33. RGB value is (130,82,51). Sum of RGB (Red+Green+Blue) = 130+82+51=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #825233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825233 is #7DADCC. Grayscale: #5C5C5C. Windows color (decimal): -8236493 or 3363458. OLE color: 3363458.

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

Color convert

RGB 130 82 51 -
CMYK 0 0.37 0.61 0.49
HSL 23.54º 0.44% 0.35% -
HSV(B) 23.54º 0.61% 0.51% -
XYZ 12.82 11.02 4.58 -
YUV 92.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 130 82 51 0 0.37 0.61 0.49 23.54 0.44 0.35
Hex 82 52 33 0 25 3D 31 18 2C 23
Octal 202 122 63 0 45 75 61 30 54 43
Binary 10000010 1010010 110011 0 100101 111101 110001 11000 101100 100011

Color Harmonies of #825233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825233

Black with #825233

Text Example


Text Example

White with #825233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825233; }

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

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

background-color css

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

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

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

border-color css

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

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

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