Html Css Color HEX #825A30 Hot Curry

📋 copy color: '#825A30'

red 130 ◦ green 90 ◦ blue 48

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

Shades of Hot Curry #825A30

Tints of Hot Curry #825A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

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

R = 48.51%
G = 33.58%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#825A30 (or 0x825A30) is known color: Hot Curry. HEX triplet: 82, 5A and 30. RGB value is (130,90,48). Sum of RGB (Red+Green+Blue) = 130+90+48=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A30 is #7DA5CF. Grayscale: #616161. Windows color (decimal): -8234448 or 3168898. OLE color: 3168898.

HSL color Cylindrical-coordinate representation of color #825A30: hue angle of 30.73º 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 #825A30 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 48 -
CMYK 0 0.31 0.63 0.49
HSL 30.73º 0.46% 0.35% -
HSV(B) 30.73º 0.63% 0.51% -
XYZ 13.4 12.27 4.46 -
YUV 97.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 130 90 48 0 0.31 0.63 0.49 30.73 0.46 0.35
Hex 82 5A 30 0 1F 3F 31 1F 2E 23
Octal 202 132 60 0 37 77 61 37 56 43
Binary 10000010 1011010 110000 0 11111 111111 110001 11111 101110 100011

Color Harmonies of #825A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A30

Black with #825A30

Text Example


Text Example

White with #825A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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