Html Css Color HEX #865C1B Hot Curry

📋 copy color: '#865C1B'

red 134 ◦ green 92 ◦ blue 27

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

Shades of Hot Curry #865C1B

Tints of Hot Curry #865C1B

RGB

 RED value IS 134 (52.73% from 255) = 52.96%

 GREEN value IS 92 (36.33% from 255) = 36.36%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 52.96%
G = 36.36%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#865C1B (or 0x865C1B) is known color: Hot Curry. HEX triplet: 86, 5C and 1B. RGB value is (134,92,27). Sum of RGB (Red+Green+Blue) = 134+92+27=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C1B is #79A3E4. Grayscale: #616161. Windows color (decimal): -7971813 or 1793158. OLE color: 1793158.

HSL color Cylindrical-coordinate representation of color #865C1B: hue angle of 36.45º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #865C1B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 27 -
CMYK 0 0.31 0.80 0.47
HSL 36.45º 0.66% 0.32% -
HSV(B) 36.45º 0.8% 0.53% -
XYZ 13.86 12.8 2.78 -
YUV 97.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 134 92 27 0 0.31 0.80 0.47 36.45 0.66 0.32
Hex 86 5C 1B 0 1F 50 2F 24 42 20
Octal 206 134 33 0 37 120 57 44 102 40
Binary 10000110 1011100 11011 0 11111 1010000 101111 100100 1000010 100000

Color Harmonies of #865C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C1B

Black with #865C1B

Text Example


Text Example

White with #865C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C1B; }

 p { color: rgb(134,92,27); }

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

background-color css

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

 a { background-color: rgb(134,92,27); }

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

border-color css

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

 span { border-color: rgb(134,92,27); }

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