Html Css Color HEX #835A12 Hot Curry

📋 copy color: '#835A12'

red 131 ◦ green 90 ◦ blue 18

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

Shades of Hot Curry #835A12

Tints of Hot Curry #835A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 54.81%
G = 37.66%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#835A12 (or 0x835A12) is known color: Hot Curry. HEX triplet: 83, 5A and 12. RGB value is (131,90,18). Sum of RGB (Red+Green+Blue) = 131+90+18=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #835A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A12 is #7CA5ED. Grayscale: #5E5E5E. Windows color (decimal): -8168942 or 1202819. OLE color: 1202819.

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

Color convert

RGB 131 90 18 -
CMYK 0 0.31 0.86 0.49
HSL 38.23º 0.76% 0.29% -
HSV(B) 38.23º 0.86% 0.51% -
XYZ 13.13 12.18 2.23 -
YUV 94.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 131 90 18 0 0.31 0.86 0.49 38.23 0.76 0.29
Hex 83 5A 12 0 1F 56 31 26 4C 1D
Octal 203 132 22 0 37 126 61 46 114 35
Binary 10000011 1011010 10010 0 11111 1010110 110001 100110 1001100 11101

Color Harmonies of #835A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A12

Black with #835A12

Text Example


Text Example

White with #835A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,18); }

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

background-color css

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

 a { background-color: rgb(131,90,18); }

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

border-color css

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

 span { border-color: rgb(131,90,18); }

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