Html Css Color HEX #835B15 Hot Curry

📋 copy color: '#835B15'

red 131 ◦ green 91 ◦ blue 21

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

Shades of Hot Curry #835B15

Tints of Hot Curry #835B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 53.91%
G = 37.45%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#835B15 (or 0x835B15) is known color: Hot Curry. HEX triplet: 83, 5B and 15. RGB value is (131,91,21). Sum of RGB (Red+Green+Blue) = 131+91+21=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #835B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835B15 is #7CA4EA. Grayscale: #5F5F5F. Windows color (decimal): -8168683 or 1399683. OLE color: 1399683.

HSL color Cylindrical-coordinate representation of color #835B15: hue angle of 38.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #835B15 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 21 -
CMYK 0 0.31 0.84 0.49
HSL 38.18º 0.72% 0.3% -
HSV(B) 38.18º 0.84% 0.51% -
XYZ 13.24 12.36 2.4 -
YUV 94.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 131 91 21 0 0.31 0.84 0.49 38.18 0.72 0.3
Hex 83 5B 15 0 1F 54 31 26 48 1E
Octal 203 133 25 0 37 124 61 46 110 36
Binary 10000011 1011011 10101 0 11111 1010100 110001 100110 1001000 11110

Color Harmonies of #835B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B15

Black with #835B15

Text Example


Text Example

White with #835B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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