Html Css Color HEX #825325 Hot Curry

📋 copy color: '#825325'

red 130 ◦ green 83 ◦ blue 37

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

Shades of Hot Curry #825325

Tints of Hot Curry #825325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 52%
G = 33.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825325 (or 0x825325) is known color: Hot Curry. HEX triplet: 82, 53 and 25. RGB value is (130,83,37). Sum of RGB (Red+Green+Blue) = 130+83+37=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825325 is #7DACDA. Grayscale: #5C5C5C. Windows color (decimal): -8236251 or 2446210. OLE color: 2446210.

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

Color convert

RGB 130 83 37 -
CMYK 0 0.36 0.72 0.49
HSL 29.68º 0.56% 0.33% -
HSV(B) 29.68º 0.72% 0.51% -
XYZ 12.63 11.07 3.22 -
YUV 91.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 130 83 37 0 0.36 0.72 0.49 29.68 0.56 0.33
Hex 82 53 25 0 24 48 31 1E 38 21
Octal 202 123 45 0 44 110 61 36 70 41
Binary 10000010 1010011 100101 0 100100 1001000 110001 11110 111000 100001

Color Harmonies of #825325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825325

Black with #825325

Text Example


Text Example

White with #825325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825325; }

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

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

background-color css

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

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

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

border-color css

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

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

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