Html Css Color HEX #835B26 Hot Curry

📋 copy color: '#835B26'

red 131 ◦ green 91 ◦ blue 38

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

Shades of Hot Curry #835B26

Tints of Hot Curry #835B26

RGB

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

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

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

R = 50.38%
G = 35%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#835B26 (or 0x835B26) is known color: Hot Curry. HEX triplet: 83, 5B and 26. RGB value is (131,91,38). Sum of RGB (Red+Green+Blue) = 131+91+38=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #835B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B26 is #7CA4D9. Grayscale: #616161. Windows color (decimal): -8168666 or 2513795. OLE color: 2513795.

HSL color Cylindrical-coordinate representation of color #835B26: hue angle of 34.19º 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 #835B26 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 38 -
CMYK 0 0.31 0.71 0.49
HSL 34.19º 0.55% 0.33% -
HSV(B) 34.19º 0.71% 0.51% -
XYZ 13.45 12.45 3.53 -
YUV 96.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 131 91 38 0 0.31 0.71 0.49 34.19 0.55 0.33
Hex 83 5B 26 0 1F 47 31 22 37 21
Octal 203 133 46 0 37 107 61 42 67 41
Binary 10000011 1011011 100110 0 11111 1000111 110001 100010 110111 100001

Color Harmonies of #835B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B26

Black with #835B26

Text Example


Text Example

White with #835B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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