Html Css Color HEX #826233 Hot Curry

📋 copy color: '#826233'

red 130 ◦ green 98 ◦ blue 51

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

Shades of Hot Curry #826233

Tints of Hot Curry #826233

RGB

 RED value IS 130 (51.17% from 255) = 46.59%

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 46.59%
G = 35.13%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#826233 (or 0x826233) is known color: Hot Curry. HEX triplet: 82, 62 and 33. RGB value is (130,98,51). Sum of RGB (Red+Green+Blue) = 130+98+51=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #826233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826233 is #7D9DCC. Grayscale: #666666. Windows color (decimal): -8232397 or 3367554. OLE color: 3367554.

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

Color convert

RGB 130 98 51 -
CMYK 0 0.25 0.61 0.49
HSL 35.7º 0.44% 0.35% -
HSV(B) 35.7º 0.61% 0.51% -
XYZ 14.17 13.72 5.03 -
YUV 102.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 130 98 51 0 0.25 0.61 0.49 35.7 0.44 0.35
Hex 82 62 33 0 19 3D 31 24 2C 23
Octal 202 142 63 0 31 75 61 44 54 43
Binary 10000010 1100010 110011 0 11001 111101 110001 100100 101100 100011

Color Harmonies of #826233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826233

Black with #826233

Text Example


Text Example

White with #826233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826233; }

 p { color: rgb(130,98,51); }

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

background-color css

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

 a { background-color: rgb(130,98,51); }

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

border-color css

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

 span { border-color: rgb(130,98,51); }

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