Html Css Color HEX #825822 Hot Curry

📋 copy color: '#825822'

red 130 ◦ green 88 ◦ blue 34

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

Shades of Hot Curry #825822

Tints of Hot Curry #825822

RGB

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

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

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

R = 51.59%
G = 34.92%
B = 13.49%

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

#825822 (or 0x825822) is known color: Hot Curry. HEX triplet: 82, 58 and 22. RGB value is (130,88,34). Sum of RGB (Red+Green+Blue) = 130+88+34=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #825822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825822 is #7DA7DD. Grayscale: #5E5E5E. Windows color (decimal): -8234974 or 2250882. OLE color: 2250882.

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

Color convert

RGB 130 88 34 -
CMYK 0 0.32 0.74 0.49
HSL 33.75º 0.59% 0.32% -
HSV(B) 33.75º 0.74% 0.51% -
XYZ 12.98 11.84 3.11 -
YUV 94.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 130 88 34 0 0.32 0.74 0.49 33.75 0.59 0.32
Hex 82 58 22 0 20 4A 31 22 3B 20
Octal 202 130 42 0 40 112 61 42 73 40
Binary 10000010 1011000 100010 0 100000 1001010 110001 100010 111011 100000

Color Harmonies of #825822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825822

Black with #825822

Text Example


Text Example

White with #825822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825822; }

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

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

background-color css

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

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

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

border-color css

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

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

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