Html Css Color HEX #825C1F Hot Curry

📋 copy color: '#825C1F'

red 130 ◦ green 92 ◦ blue 31

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

Shades of Hot Curry #825C1F

Tints of Hot Curry #825C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 51.38%
G = 36.36%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#825C1F (or 0x825C1F) is known color: Hot Curry. HEX triplet: 82, 5C and 1F. RGB value is (130,92,31). Sum of RGB (Red+Green+Blue) = 130+92+31=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C1F is #7DA3E0. Grayscale: #606060. Windows color (decimal): -8233953 or 2055298. OLE color: 2055298.

HSL color Cylindrical-coordinate representation of color #825C1F: hue angle of 36.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #825C1F is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 31 -
CMYK 0 0.29 0.76 0.49
HSL 36.97º 0.61% 0.32% -
HSV(B) 36.97º 0.76% 0.51% -
XYZ 13.28 12.5 3.01 -
YUV 96.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 130 92 31 0 0.29 0.76 0.49 36.97 0.61 0.32
Hex 82 5C 1F 0 1D 4C 31 25 3D 20
Octal 202 134 37 0 35 114 61 45 75 40
Binary 10000010 1011100 11111 0 11101 1001100 110001 100101 111101 100000

Color Harmonies of #825C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C1F

Black with #825C1F

Text Example


Text Example

White with #825C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,31); }

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

background-color css

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

 a { background-color: rgb(130,92,31); }

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

border-color css

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

 span { border-color: rgb(130,92,31); }

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