Html Css Color HEX #825E2F Hot Curry

📋 copy color: '#825E2F'

red 130 ◦ green 94 ◦ blue 47

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

Shades of Hot Curry #825E2F

Tints of Hot Curry #825E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

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

R = 47.97%
G = 34.69%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#825E2F (or 0x825E2F) is known color: Hot Curry. HEX triplet: 82, 5E and 2F. RGB value is (130,94,47). Sum of RGB (Red+Green+Blue) = 130+94+47=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E2F is #7DA1D0. Grayscale: #636363. Windows color (decimal): -8233425 or 3104386. OLE color: 3104386.

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

Color convert

RGB 130 94 47 -
CMYK 0 0.28 0.64 0.49
HSL 33.98º 0.47% 0.35% -
HSV(B) 33.98º 0.64% 0.51% -
XYZ 13.72 12.96 4.47 -
YUV 99.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 130 94 47 0 0.28 0.64 0.49 33.98 0.47 0.35
Hex 82 5E 2F 0 1C 40 31 22 2F 23
Octal 202 136 57 0 34 100 61 42 57 43
Binary 10000010 1011110 101111 0 11100 1000000 110001 100010 101111 100011

Color Harmonies of #825E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E2F

Black with #825E2F

Text Example


Text Example

White with #825E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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