Html Css Color HEX #825B1B Hot Curry

📋 copy color: '#825B1B'

red 130 ◦ green 91 ◦ blue 27

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

Shades of Hot Curry #825B1B

Tints of Hot Curry #825B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 52.42%
G = 36.69%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#825B1B (or 0x825B1B) is known color: Hot Curry. HEX triplet: 82, 5B and 1B. RGB value is (130,91,27). Sum of RGB (Red+Green+Blue) = 130+91+27=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B1B is #7DA4E4. Grayscale: #5F5F5F. Windows color (decimal): -8234213 or 1792898. OLE color: 1792898.

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

Color convert

RGB 130 91 27 -
CMYK 0 0.30 0.79 0.49
HSL 37.28º 0.66% 0.31% -
HSV(B) 37.28º 0.79% 0.51% -
XYZ 13.14 12.31 2.72 -
YUV 95.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 130 91 27 0 0.30 0.79 0.49 37.28 0.66 0.31
Hex 82 5B 1B 0 1E 4F 31 25 42 1F
Octal 202 133 33 0 36 117 61 45 102 37
Binary 10000010 1011011 11011 0 11110 1001111 110001 100101 1000010 11111

Color Harmonies of #825B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B1B

Black with #825B1B

Text Example


Text Example

White with #825B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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