Html Css Color HEX #825B2F Hot Curry

📋 copy color: '#825B2F'

red 130 ◦ green 91 ◦ blue 47

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

Shades of Hot Curry #825B2F

Tints of Hot Curry #825B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 48.51%
G = 33.96%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#825B2F (or 0x825B2F) is known color: Hot Curry. HEX triplet: 82, 5B and 2F. RGB value is (130,91,47). Sum of RGB (Red+Green+Blue) = 130+91+47=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B2F is #7DA4D0. Grayscale: #616161. Windows color (decimal): -8234193 or 3103618. OLE color: 3103618.

HSL color Cylindrical-coordinate representation of color #825B2F: hue angle of 31.81º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #825B2F is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 47 -
CMYK 0 0.30 0.64 0.49
HSL 31.81º 0.47% 0.35% -
HSV(B) 31.81º 0.64% 0.51% -
XYZ 13.46 12.43 4.38 -
YUV 97.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 130 91 47 0 0.30 0.64 0.49 31.81 0.47 0.35
Hex 82 5B 2F 0 1E 40 31 20 2F 23
Octal 202 133 57 0 36 100 61 40 57 43
Binary 10000010 1011011 101111 0 11110 1000000 110001 100000 101111 100011

Color Harmonies of #825B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B2F

Black with #825B2F

Text Example


Text Example

White with #825B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,91,47); }

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

background-color css

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

 a { background-color: rgb(130,91,47); }

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

border-color css

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

 span { border-color: rgb(130,91,47); }

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