Html Css Color HEX #825517 Hot Curry

📋 copy color: '#825517'

red 130 ◦ green 85 ◦ blue 23

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

Shades of Hot Curry #825517

Tints of Hot Curry #825517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 54.62%
G = 35.71%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#825517 (or 0x825517) is known color: Hot Curry. HEX triplet: 82, 55 and 17. RGB value is (130,85,23). Sum of RGB (Red+Green+Blue) = 130+85+23=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #825517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825517 is #7DAAE8. Grayscale: #5B5B5B. Windows color (decimal): -8235753 or 1529218. OLE color: 1529218.

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

Color convert

RGB 130 85 23 -
CMYK 0 0.35 0.82 0.49
HSL 34.77º 0.7% 0.3% -
HSV(B) 34.77º 0.82% 0.51% -
XYZ 12.61 11.3 2.33 -
YUV 91.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 130 85 23 0 0.35 0.82 0.49 34.77 0.7 0.3
Hex 82 55 17 0 23 52 31 23 46 1E
Octal 202 125 27 0 43 122 61 43 106 36
Binary 10000010 1010101 10111 0 100011 1010010 110001 100011 1000110 11110

Color Harmonies of #825517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825517

Black with #825517

Text Example


Text Example

White with #825517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825517; }

 p { color: rgb(130,85,23); }

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

background-color css

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

 a { background-color: rgb(130,85,23); }

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

border-color css

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

 span { border-color: rgb(130,85,23); }

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