Html Css Color HEX #825333 Korma

📋 copy color: '#825333'

red 130 ◦ green 83 ◦ blue 51

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

Shades of Korma #825333

Tints of Korma #825333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 49.24%
G = 31.44%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#825333 (or 0x825333) is known color: Korma. HEX triplet: 82, 53 and 33. RGB value is (130,83,51). Sum of RGB (Red+Green+Blue) = 130+83+51=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825333 is #7DACCC. Grayscale: #5D5D5D. Windows color (decimal): -8236237 or 3363714. OLE color: 3363714.

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

Color convert

RGB 130 83 51 -
CMYK 0 0.36 0.61 0.49
HSL 24.3º 0.44% 0.35% -
HSV(B) 24.3º 0.61% 0.51% -
XYZ 12.9 11.17 4.61 -
YUV 93.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 130 83 51 0 0.36 0.61 0.49 24.3 0.44 0.35
Hex 82 53 33 0 24 3D 31 18 2C 23
Octal 202 123 63 0 44 75 61 30 54 43
Binary 10000010 1010011 110011 0 100100 111101 110001 11000 101100 100011

Color Harmonies of #825333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825333

Black with #825333

Text Example


Text Example

White with #825333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825333; }

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

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

background-color css

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

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

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

border-color css

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

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

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