Html Css Color HEX #825922 Hot Curry

📋 copy color: '#825922'

red 130 ◦ green 89 ◦ blue 34

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

Shades of Hot Curry #825922

Tints of Hot Curry #825922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 51.38%
G = 35.18%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#825922 (or 0x825922) is known color: Hot Curry. HEX triplet: 82, 59 and 22. RGB value is (130,89,34). Sum of RGB (Red+Green+Blue) = 130+89+34=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825922 is #7DA6DD. Grayscale: #5F5F5F. Windows color (decimal): -8234718 or 2251138. OLE color: 2251138.

HSL color Cylindrical-coordinate representation of color #825922: hue angle of 34.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #825922 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 34 -
CMYK 0 0.32 0.74 0.49
HSL 34.38º 0.59% 0.32% -
HSV(B) 34.38º 0.74% 0.51% -
XYZ 13.07 12.01 3.14 -
YUV 94.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 130 89 34 0 0.32 0.74 0.49 34.38 0.59 0.32
Hex 82 59 22 0 20 4A 31 22 3B 20
Octal 202 131 42 0 40 112 61 42 73 40
Binary 10000010 1011001 100010 0 100000 1001010 110001 100010 111011 100000

Color Harmonies of #825922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825922

Black with #825922

Text Example


Text Example

White with #825922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825922; }

 p { color: rgb(130,89,34); }

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

background-color css

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

 a { background-color: rgb(130,89,34); }

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

border-color css

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

 span { border-color: rgb(130,89,34); }

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