Html Css Color HEX #825830 Hot Curry

📋 copy color: '#825830'

red 130 ◦ green 88 ◦ blue 48

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

Shades of Hot Curry #825830

Tints of Hot Curry #825830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 48.87%
G = 33.08%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#825830 (or 0x825830) is known color: Hot Curry. HEX triplet: 82, 58 and 30. RGB value is (130,88,48). Sum of RGB (Red+Green+Blue) = 130+88+48=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #825830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825830 is #7DA7CF. Grayscale: #606060. Windows color (decimal): -8234960 or 3168386. OLE color: 3168386.

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

Color convert

RGB 130 88 48 -
CMYK 0 0.32 0.63 0.49
HSL 29.27º 0.46% 0.35% -
HSV(B) 29.27º 0.63% 0.51% -
XYZ 13.23 11.94 4.4 -
YUV 96 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 130 88 48 0 0.32 0.63 0.49 29.27 0.46 0.35
Hex 82 58 30 0 20 3F 31 1D 2E 23
Octal 202 130 60 0 40 77 61 35 56 43
Binary 10000010 1011000 110000 0 100000 111111 110001 11101 101110 100011

Color Harmonies of #825830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825830

Black with #825830

Text Example


Text Example

White with #825830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825830; }

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

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

background-color css

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

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

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

border-color css

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

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

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