Html Css Color HEX #836025 Hot Curry

📋 copy color: '#836025'

red 131 ◦ green 96 ◦ blue 37

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

Shades of Hot Curry #836025

Tints of Hot Curry #836025

RGB

 RED value IS 131 (51.56% from 255) = 49.62%

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 49.62%
G = 36.36%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#836025 (or 0x836025) is known color: Hot Curry. HEX triplet: 83, 60 and 25. RGB value is (131,96,37). Sum of RGB (Red+Green+Blue) = 131+96+37=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #836025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836025 is #7C9FDA. Grayscale: #646464. Windows color (decimal): -8167387 or 2449539. OLE color: 2449539.

HSL color Cylindrical-coordinate representation of color #836025: hue angle of 37.66º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #836025 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 37 -
CMYK 0 0.27 0.72 0.49
HSL 37.66º 0.56% 0.33% -
HSV(B) 37.66º 0.72% 0.51% -
XYZ 13.88 13.32 3.59 -
YUV 99.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 131 96 37 0 0.27 0.72 0.49 37.66 0.56 0.33
Hex 83 60 25 0 1B 48 31 26 38 21
Octal 203 140 45 0 33 110 61 46 70 41
Binary 10000011 1100000 100101 0 11011 1001000 110001 100110 111000 100001

Color Harmonies of #836025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836025

Black with #836025

Text Example


Text Example

White with #836025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836025; }

 p { color: rgb(131,96,37); }

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

background-color css

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

 a { background-color: rgb(131,96,37); }

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

border-color css

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

 span { border-color: rgb(131,96,37); }

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