Html Css Color HEX #835D21 Hot Curry

📋 copy color: '#835D21'

red 131 ◦ green 93 ◦ blue 33

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

Shades of Hot Curry #835D21

Tints of Hot Curry #835D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 50.97%
G = 36.19%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#835D21 (or 0x835D21) is known color: Hot Curry. HEX triplet: 83, 5D and 21. RGB value is (131,93,33). Sum of RGB (Red+Green+Blue) = 131+93+33=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #835D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D21 is #7CA2DE. Grayscale: #616161. Windows color (decimal): -8168159 or 2186627. OLE color: 2186627.

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

Color convert

RGB 131 93 33 -
CMYK 0 0.29 0.75 0.49
HSL 36.73º 0.6% 0.32% -
HSV(B) 36.73º 0.75% 0.51% -
XYZ 13.55 12.76 3.19 -
YUV 97.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 131 93 33 0 0.29 0.75 0.49 36.73 0.6 0.32
Hex 83 5D 21 0 1D 4B 31 25 3C 20
Octal 203 135 41 0 35 113 61 45 74 40
Binary 10000011 1011101 100001 0 11101 1001011 110001 100101 111100 100000

Color Harmonies of #835D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D21

Black with #835D21

Text Example


Text Example

White with #835D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,33); }

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

background-color css

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

 a { background-color: rgb(131,93,33); }

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

border-color css

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

 span { border-color: rgb(131,93,33); }

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