Html Css Color HEX #825F2F Hot Curry

📋 copy color: '#825F2F'

red 130 ◦ green 95 ◦ blue 47

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

Shades of Hot Curry #825F2F

Tints of Hot Curry #825F2F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 47.79%
G = 34.93%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#825F2F (or 0x825F2F) is known color: Hot Curry. HEX triplet: 82, 5F and 2F. RGB value is (130,95,47). Sum of RGB (Red+Green+Blue) = 130+95+47=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #825F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F2F is #7DA0D0. Grayscale: #646464. Windows color (decimal): -8233169 or 3104642. OLE color: 3104642.

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

Color convert

RGB 130 95 47 -
CMYK 0 0.27 0.64 0.49
HSL 34.7º 0.47% 0.35% -
HSV(B) 34.7º 0.64% 0.51% -
XYZ 13.81 13.14 4.5 -
YUV 99.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 130 95 47 0 0.27 0.64 0.49 34.7 0.47 0.35
Hex 82 5F 2F 0 1B 40 31 23 2F 23
Octal 202 137 57 0 33 100 61 43 57 43
Binary 10000010 1011111 101111 0 11011 1000000 110001 100011 101111 100011

Color Harmonies of #825F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F2F

Black with #825F2F

Text Example


Text Example

White with #825F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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