Html Css Color HEX #835F2D Hot Curry

📋 copy color: '#835F2D'

red 131 ◦ green 95 ◦ blue 45

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

Shades of Hot Curry #835F2D

Tints of Hot Curry #835F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.06%

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 48.34%
G = 35.06%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#835F2D (or 0x835F2D) is known color: Hot Curry. HEX triplet: 83, 5F and 2D. RGB value is (131,95,45). Sum of RGB (Red+Green+Blue) = 131+95+45=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #835F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F2D is #7CA0D2. Grayscale: #646464. Windows color (decimal): -8167635 or 2973571. OLE color: 2973571.

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

Color convert

RGB 131 95 45 -
CMYK 0 0.27 0.66 0.49
HSL 34.88º 0.49% 0.35% -
HSV(B) 34.88º 0.66% 0.51% -
XYZ 13.93 13.2 4.3 -
YUV 100.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 131 95 45 0 0.27 0.66 0.49 34.88 0.49 0.35
Hex 83 5F 2D 0 1B 42 31 23 31 23
Octal 203 137 55 0 33 102 61 43 61 43
Binary 10000011 1011111 101101 0 11011 1000010 110001 100011 110001 100011

Color Harmonies of #835F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F2D

Black with #835F2D

Text Example


Text Example

White with #835F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,95,45); }

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

background-color css

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

 a { background-color: rgb(131,95,45); }

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

border-color css

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

 span { border-color: rgb(131,95,45); }

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