Html Css Color HEX #85632B Hot Curry

📋 copy color: '#85632B'

red 133 ◦ green 99 ◦ blue 43

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

Shades of Hot Curry #85632B

Tints of Hot Curry #85632B

RGB

 RED value IS 133 (52.34% from 255) = 48.36%

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 48.36%
G = 36%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85632B (or 0x85632B) is known color: Hot Curry. HEX triplet: 85, 63 and 2B. RGB value is (133,99,43). Sum of RGB (Red+Green+Blue) = 133+99+43=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85632B is #7A9CD4. Grayscale: #676767. Windows color (decimal): -8035541 or 2843525. OLE color: 2843525.

HSL color Cylindrical-coordinate representation of color #85632B: hue angle of 37.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85632B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 43 -
CMYK 0 0.26 0.68 0.48
HSL 37.33º 0.51% 0.35% -
HSV(B) 37.33º 0.68% 0.52% -
XYZ 14.57 14.08 4.24 -
YUV 102.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 133 99 43 0 0.26 0.68 0.48 37.33 0.51 0.35
Hex 85 63 2B 0 1A 44 30 25 33 23
Octal 205 143 53 0 32 104 60 45 63 43
Binary 10000101 1100011 101011 0 11010 1000100 110000 100101 110011 100011

Color Harmonies of #85632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85632B

Black with #85632B

Text Example


Text Example

White with #85632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85632B; }

 p { color: rgb(133,99,43); }

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

background-color css

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

 a { background-color: rgb(133,99,43); }

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

border-color css

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

 span { border-color: rgb(133,99,43); }

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