Html Css Color HEX #825427 Hot Curry

📋 copy color: '#825427'

red 130 ◦ green 84 ◦ blue 39

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

Shades of Hot Curry #825427

Tints of Hot Curry #825427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 51.38%
G = 33.2%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#825427 (or 0x825427) is known color: Hot Curry. HEX triplet: 82, 54 and 27. RGB value is (130,84,39). Sum of RGB (Red+Green+Blue) = 130+84+39=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825427 is #7DABD8. Grayscale: #5C5C5C. Windows color (decimal): -8235993 or 2577538. OLE color: 2577538.

HSL color Cylindrical-coordinate representation of color #825427: hue angle of 29.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825427 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 39 -
CMYK 0 0.35 0.70 0.49
HSL 29.67º 0.54% 0.33% -
HSV(B) 29.67º 0.7% 0.51% -
XYZ 12.74 11.23 3.42 -
YUV 92.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 130 84 39 0 0.35 0.70 0.49 29.67 0.54 0.33
Hex 82 54 27 0 23 46 31 1E 36 21
Octal 202 124 47 0 43 106 61 36 66 41
Binary 10000010 1010100 100111 0 100011 1000110 110001 11110 110110 100001

Color Harmonies of #825427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825427

Black with #825427

Text Example


Text Example

White with #825427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825427; }

 p { color: rgb(130,84,39); }

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

background-color css

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

 a { background-color: rgb(130,84,39); }

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

border-color css

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

 span { border-color: rgb(130,84,39); }

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