Html Css Color HEX #836226 Hot Curry

📋 copy color: '#836226'

red 131 ◦ green 98 ◦ blue 38

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

Shades of Hot Curry #836226

Tints of Hot Curry #836226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 49.06%
G = 36.7%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#836226 (or 0x836226) is known color: Hot Curry. HEX triplet: 83, 62 and 26. RGB value is (131,98,38). Sum of RGB (Red+Green+Blue) = 131+98+38=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #836226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836226 is #7C9DD9. Grayscale: #656565. Windows color (decimal): -8166874 or 2515587. OLE color: 2515587.

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

Color convert

RGB 131 98 38 -
CMYK 0 0.25 0.71 0.49
HSL 38.71º 0.55% 0.33% -
HSV(B) 38.71º 0.71% 0.51% -
XYZ 14.08 13.7 3.74 -
YUV 101.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 131 98 38 0 0.25 0.71 0.49 38.71 0.55 0.33
Hex 83 62 26 0 19 47 31 27 37 21
Octal 203 142 46 0 31 107 61 47 67 41
Binary 10000011 1100010 100110 0 11001 1000111 110001 100111 110111 100001

Color Harmonies of #836226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836226

Black with #836226

Text Example


Text Example

White with #836226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836226; }

 p { color: rgb(131,98,38); }

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

background-color css

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

 a { background-color: rgb(131,98,38); }

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

border-color css

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

 span { border-color: rgb(131,98,38); }

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