Html Css Color HEX #825328 Korma

📋 copy color: '#825328'

red 130 ◦ green 83 ◦ blue 40

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

Shades of Korma #825328

Tints of Korma #825328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 51.38%
G = 32.81%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#825328 (or 0x825328) is known color: Korma. HEX triplet: 82, 53 and 28. RGB value is (130,83,40). Sum of RGB (Red+Green+Blue) = 130+83+40=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825328 is #7DACD7. Grayscale: #5C5C5C. Windows color (decimal): -8236248 or 2642818. OLE color: 2642818.

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

Color convert

RGB 130 83 40 -
CMYK 0 0.36 0.69 0.49
HSL 28.67º 0.53% 0.33% -
HSV(B) 28.67º 0.69% 0.51% -
XYZ 12.68 11.09 3.48 -
YUV 92.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 130 83 40 0 0.36 0.69 0.49 28.67 0.53 0.33
Hex 82 53 28 0 24 45 31 1D 35 21
Octal 202 123 50 0 44 105 61 35 65 41
Binary 10000010 1010011 101000 0 100100 1000101 110001 11101 110101 100001

Color Harmonies of #825328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825328

Black with #825328

Text Example


Text Example

White with #825328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825328; }

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

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

background-color css

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

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

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

border-color css

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

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

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