Html Css Color HEX #836230 Hot Curry

📋 copy color: '#836230'

red 131 ◦ green 98 ◦ blue 48

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

Shades of Hot Curry #836230

Tints of Hot Curry #836230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 47.29%
G = 35.38%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#836230 (or 0x836230) is known color: Hot Curry. HEX triplet: 83, 62 and 30. RGB value is (131,98,48). Sum of RGB (Red+Green+Blue) = 131+98+48=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #836230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836230 is #7C9DCF. Grayscale: #666666. Windows color (decimal): -8166864 or 3170947. OLE color: 3170947.

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

Color convert

RGB 131 98 48 -
CMYK 0 0.25 0.63 0.49
HSL 36.14º 0.46% 0.35% -
HSV(B) 36.14º 0.63% 0.51% -
XYZ 14.26 13.77 4.7 -
YUV 102.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 131 98 48 0 0.25 0.63 0.49 36.14 0.46 0.35
Hex 83 62 30 0 19 3F 31 24 2E 23
Octal 203 142 60 0 31 77 61 44 56 43
Binary 10000011 1100010 110000 0 11001 111111 110001 100100 101110 100011

Color Harmonies of #836230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836230

Black with #836230

Text Example


Text Example

White with #836230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836230; }

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

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

background-color css

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

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

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

border-color css

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

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

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