Html Css Color HEX #835913 Hot Curry

📋 copy color: '#835913'

red 131 ◦ green 89 ◦ blue 19

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

Shades of Hot Curry #835913

Tints of Hot Curry #835913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 54.81%
G = 37.24%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#835913 (or 0x835913) is known color: Hot Curry. HEX triplet: 83, 59 and 13. RGB value is (131,89,19). Sum of RGB (Red+Green+Blue) = 131+89+19=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #835913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835913 is #7CA6EC. Grayscale: #5D5D5D. Windows color (decimal): -8169197 or 1268099. OLE color: 1268099.

HSL color Cylindrical-coordinate representation of color #835913: hue angle of 37.5º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #835913 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 19 -
CMYK 0 0.32 0.85 0.49
HSL 37.5º 0.75% 0.29% -
HSV(B) 37.5º 0.85% 0.51% -
XYZ 13.05 12.02 2.25 -
YUV 93.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 131 89 19 0 0.32 0.85 0.49 37.5 0.75 0.29
Hex 83 59 13 0 20 55 31 26 4B 1D
Octal 203 131 23 0 40 125 61 46 113 35
Binary 10000011 1011001 10011 0 100000 1010101 110001 100110 1001011 11101

Color Harmonies of #835913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835913

Black with #835913

Text Example


Text Example

White with #835913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835913; }

 p { color: rgb(131,89,19); }

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

background-color css

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

 a { background-color: rgb(131,89,19); }

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

border-color css

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

 span { border-color: rgb(131,89,19); }

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